π΄ 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.