5).How many
joins required to avod cartesian product?
ans: n-1 joins for n tables
6).Which of these are set operators?
- union
- union all
- intersect
- minus
- all of the above
ans :E
7).A single row subquery may return many values.
- true
- false
ans :B
8).select regionid,regioname as region from regions order by 1,regions
group by regionid;
Will the above statement
successfully execute?
- true
- false
ans:B
9).Which statement resists the high water mark?
- truncate
- delete
- drop
- none of the above
ans :A