1.

Radhika wants to display the following output:Store IdStore NameNo Of EmployeeS101Libas45S102Life Style68Choose the correct command:i. Select StoreId, Store Name, No Of Employee from STORE where StoreId=102 or StoreId=101; ii. Select StoreId, Store Name, No Of Employee from STORE where Store Name=”Libas” or Store Name=”Life Style”; iii. Select StoreId, Store Name, No Of Employee from STORE where Location=”Delhi” or Location=”Mumbai”; iv. Select StoreId, Store Name, No Of Employee from STORE where Store Name like ”L%”;Choose the correct option: a. (i) and (ii) are correct b. (i), (ii) and (iii) are correct c. (i), (ii) and (iv) are correct d. All are correct

Answer»

Correct option: c. (i), (ii) and (iv) are correct



Discussion

No Comment Found

Related InterviewSolutions