DBMS(2023-24)

12345678910111213141516171819
Across
  1. 1. Which level of data abstraction describes exactly how the data actually stored?
  2. 3. _______ is example if multi valued attribute.
  3. 6. Which symbol is used to represent relationship in ER diagram?
  4. 8. which command is used to delete table from database
  5. 9. Which join operation is used to display common data from both table
  6. 11. ____________ is preferred method for enforcing data integrity
  7. 13. Which key must be unique and not null value
  8. 14. Which type of Normalisation represents every non-key attribute is functionally dependent on the primary key
  9. 16. Which command is used to retrieve all data from table
  10. 17. Which of the following creates a virtual relation for storing the query?
  11. 18. Which command is used to add column in table?
  12. 19. grant and revoke commands are examples of _______ SQL command.
Down
  1. 2. It is also known as a Read-only lock.
  2. 4. What type of relationship is represented by Shape class and Square ?
  3. 5. select, insert,update,delete are examples of______ SQL command.
  4. 7. how many types of Relationship in DBMS?
  5. 8. Which clause is used to retrieve unique data from table?
  6. 10. ______ is a special type of integrity constraint that relates two relations & maintains consistency across the relations.
  7. 12. It's special kind of a store procedure that executes in response to certain action on the table
  8. 15. Select operation is not Unary operation(State True or False)