Computer Science
Which of the following is not a legal sub-language of SQL ?
- DDL
- QAL
- DML
- TCL
Relational Database
1 Like
Answer
QAL
Reason — A legal sub-language of SQL includes DDL (Data Definition Language), DML (Data Manipulation Language), and TCL (Transaction Control Language).
Answered By
3 Likes
Related Questions
An attribute in a relation is a foreign key if it is the …………… key in any other relation.
- Candidate
- Primary
- Super
- Sub
Consider the table with structure as :
Student(ID, name, dept name, tot_cred)
In the above table, which attribute will form the primary key ?
- Name
- Dept
- Total_credits
- ID
Fill in the blanks:
Collection of logically related data tables is called a _________.
Fill in the blanks:
The duplication of data is known as data _________.