Question
Easy
Which of the following provides the ability to query information from the database and insert tuples into, delete tuples from, and modify tuples in the database ?
1
DML (Data Manipulation Language)
2
DDL (Data Definition Language)
3
Query
4
Relational Schema
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option A
Explanation
The correct option is (1): DML (Data Manipulation Language) is the correct answer because it is the specific subset of the Structured Query Language (SQL) designed explicitly for managing the data stored within a relational database. The question describes the four fundamental operations of DML: querying information using the SELECT command, inserting new records (tuples) using INSERT, deleting existing records with DELETE, and modifying records via UPDATE. These four commands…Read More
Similar Questions from HTET Exam - Level 3 - Year 2021
Question 1
Easy
Source :
HTET 2021
Which PowerPoint view displays each slide of the presentation as a thumbnail and is useful for rearranging slides ?
Chapter :
Office Automation Tools
Topic :
Presentation Software (MS Power-Point)
Question 2
Easy
Source :
HTET 2021
A variable declared within the block {} has the following scope:
Chapter :
Python Programming Fundamentals
Topic :
Getting Started with Python
Question 3
Easy
Source :
HTET 2021
Which among the following is a valid cell address in MS-Excel?
Chapter :
Office Automation Tools
Topic :
Spreadsheet (MS Excel)
Question 4
Easy
Source :
HTET 2021
Which is not the right approach of incremental testing approach?
Chapter :
Software Engineering & Problem Solving
Topic :
SDLC (Major stages)