Podcast
Questions and Answers
Which category of database operation involves establishing foreign keys and creating or dropping tables?
Which category of database operation involves establishing foreign keys and creating or dropping tables?
- DML
- DDL (correct)
- DCL
- Physical Design
What type of database operation is responsible for loading the database with new data and updating existing data?
What type of database operation is responsible for loading the database with new data and updating existing data?
- DML (correct)
- DCL
- Views
- Indexes
Which type of database operation is related to controlling access to the database by granting or revoking permissions?
Which type of database operation is related to controlling access to the database by granting or revoking permissions?
- Physical Design
- DCL (correct)
- Implementation
- Maintenance