Which two SQL statements are used to create and change a database schema?

  • Post author:
  • Post category:Q&A
  • Reading time:1 min read
  • Post last modified:March 15, 2025

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

  • ALTER
  • CREATE
  • DELETE
  • INSERT
  • SELECT
Answers Explanation & Hints:

ALTER and CREATE are Data Definition Language (DDL) statements while DELETE, INSERT, and SELECT are Data Manipulation Language (DML) statements.

For more Questions and Answers:

7.5.2 Module 7 Quiz – Introduction to Structured Queries Exam Answers Full 100%