Tag: databases
Questions Related to databases
What is the limitation on the Secondary indicies for a database?
After database is loaded in HSAM which of the following operation becomes invalid?
Which language is not supported by IMS?
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
Embedded SQL is which of the following?
Which of the following statements is true concerning routines and triggers?