Database - Advanced SQL
Exercise : Advanced SQL - General Questions
- Advanced SQL - General Questions
- Advanced SQL - True or False
11.
Which of the following statements is true concerning subqueries?
12.
Which of the following is a correlated subquery?
Answer: Option
Explanation:
Correlated subquery references a column in the outer query and executes the subquery once for every row in the outer query while Uncorrelated subquery executes the subquery first and passes the value to the outer query.
13.
How many tables may be included with a join?
14.
The following SQL is which type of join: SELECT CUSTOMER_T. CUSTOMER_ID, ORDER_T. CUSTOMER_ID, NAME, ORDER_ID FROM CUSTOMER_T,ORDER_T ;
15.
Which of the following is true concerning triggers?
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers