🎴 Flashcard Mode

J2EE Web Development and JDBC Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Which of the following is Data Definition Language?

AnswerClick to flip back
A
CREATE
πŸ’‘ Explanation:

Data Definition Language (DDL) commands define or modify database structures like tables, indexes, and schemas. CREATE is a DDL command used to create database objects. INSERT, UPDATE, and DELETE are Data Manipulation Language (DML) commands that manipulate the data within those structures.

Change Mode