퀴즈1 쿼리변환 관련 퀴즈- Unnesting 문제 PK 인덱스와 쿼리는 다음과같다. 인덱스를 추가하고 힌트를 추가하거나 where 조건절에 조건을 추가하여 아래와 같은 실행계획이 나오도록 쿼리를 짜보십시오 1~6번 1번 쿼리 7 ~10 2번쿼리 PK 인덱스 --create index empx01 on emp(deptno); --create index dept1_x01 on dept1(deptno); 문제 select * from dept d where /*빈칸 */ and exists (select 'x' from emp e where e.deptno = d.deptno /*빈칸 */ ); 1. ---------------------------------------------------------- | Id | Operation | Name | E.. 2021. 9. 1. 이전 1 다음