Question
Easy
Which of the following is not a DDL command?
1
TRUNCATE
2
ALTER
3
CREATE
4
UPDATE
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: SQL
Correct Answer
Option D
Explanation
The correct option is (4): The correct option is UPDATE because it belongs to the Data Manipulation Language (DML) subset of SQL, not the Data Definition Language (DDL). DDL commands are specifically designed to define or modify the structure or schema of database objects, such as tables and indexes. In contrast, the UPDATE command is used to modify the actual data stored within the existing structure of a table, such…Read More
Similar Questions from HTET Exam - Level 3 - Year 2021
Question 1
Easy
Source :
HTET 2021
Inheritance allows the following in C++ program:
Chapter :
Object-Oriented Programming (C++)
Topic :
Inheritance
Question 2
Easy
Source :
HTET 2021
Arrange the following activities to form a general software engineering process model:
(a) Modelling
(b) Planning
(c) Deployment
(d) Construction
(e) Communication
Chapter :
Software Engineering & Problem Solving
Topic :
SDLC (Major stages)
Question 3
Easy
Source :
HTET 2021
The PowerPoint view that displays only text-title and bullets is:
Chapter :
Office Automation Tools
Topic :
Presentation Software (MS Power-Point)
Question 4
Easy
Source :
HTET 2021
The command center of MS-Access file that appears when you create or open the MS-Access database file, is called:
Chapter :
Database Management System (DBMS) & SQL
Topic :
MS Access