Or SQL MCQ
Or SQL MCQ
Or SQL MCQ
42. The virtual table that its created by data from the result of an SQL 'Select' statement
is called _______
a. INDEX
b. VIEW
c. SEQUENCE
d. SYNONYM
43. A database design may be based on existing data.
a. TRUE
b. FLASE
44. 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 WHERE CUSTOMER_T. CUSTOMER_ID =
ORDER_T. CUSTOMER_ID
a. Equi-join
b. Natrual Join
c. Outer Join
d. Cartesian Join
45. Advantages of View are
a. Security
b. Query re-usability
c. Abstraction – hiding data
d. All