McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2024
→
Computer Science Engineering (CSE)
→
DataBase Management System (DBMS)
→
SQL
→
________________ is not a category of SQ...
Q.
________________ is not a category of SQL command.
A.
TCL
B.
SCL
C.
DCL
D.
DDL
Answer» B. SCL
2.8k
0
Do you find this helpful?
27
View all MCQs in
DataBase Management System (DBMS)
Discussion
No comments yet
Login to comment
Related MCQs
dump, writes out SQL DDL statements and SQL insert statements to a file, which can then be reexecuted to re- create the database.
Which SQL function is used to count the number of rows in a SQL query?
View the Exhibit and examine the data in the EMPLOYEES tables. Evaluate the following SQL statement: SELECT employee_id, department_id FROM employees WHERE department_id= 50 ORDER BY department_id UNION SELECT employee_id, department_id FROM employees WHERE department_id= 90 UNION SELECT employee_id, department_id FROM employees WHERE department_id= 10; What would be the outcome of the above SQL statement?
A command to remove a relation from an SQL database
A command to remove a relation from an SQL database
To remove a relation from an SQL database, we use the command.
In SQL, which command is used to issue multiple CREATE TABLE, CREATE VIEW and GRANT statements in a single transaction?
Which of the following SQL command can be used to modify existing data in a database table?
The SQL command to creating a table is:
Which command is used to create a new relation in SQL