Question
Easy
Which of the following is generally used for performing tasks like creating the structure of the relations, deleting relation ?
1
DML (Data Manipulation Language)
2
Query
3
Relational Schema
4
DDL (Data Definition Language)
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: Database Concepts
Correct Answer
Option D
Explanation
The correct option is (4): Data Definition Language (DDL) is the precise set of SQL commands specifically designed to define and manage the structural components of a database. The term 'relation' in database theory is synonymous with 'table', and DDL commands are used to create, modify, and delete the structure of these tables. For instance, the CREATE command establishes the table structure (including columns and data types), the ALTER command…Read More
Similar Questions from HTET Exam - Level 3 - Year 2021
Question 1
Easy
Source :
HTET 2021
Which is the step in waterfall model that involves a meeting with the customer to understand the requirements ?
Chapter :
Software Engineering & Problem Solving
Topic :
SDLC (Major stages)
Question 2
Easy
Source :
HTET 2021
Which of the following is true about the HAVING clause ?
Chapter :
Database Management System (DBMS) & SQL
Topic :
SQL
Question 3
Easy
Source :
HTET 2021
Which of the following testing is also known as white-box testing?
Chapter :
Software Engineering & Problem Solving
Topic :
Software Testing
Question 4
Easy
Source :
HTET 2021
What is a copy constructor ?
Chapter :
Object-Oriented Programming (C++)
Topic :
Advanced Class Concepts