Which two SQL statements are used to create and change a database schema? (Choose two.)
Which two SQL statements are used to create and change a database schema? (Choose two.)
- ALTER
- CREATE
- DELETE
- INSERT
- SELECT
Explanation: ALTER and CREATE are Data Definition Language (DDL) statements while DELETE, INSERT, and SELECT are Data Manipulation Language (DML) statements.
Related exam: Module 7.5.2 Quiz - Introduction to Structured Queries
About The Author
The ITExamAnswers Editorial Team is a dedicated group of certified IT professionals and network engineers. We rigorously review, verify, and update all exam materials to ensure you receive the most accurate and reliable resources for your certification journey.