Which two SQL statements are used to create and change a database schema? (Choose two.)

IT Exam Items RepositoryCategory: Data Analytics EssentialsWhich 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