WorksheetsSQL Quiz
Total questions: 10
Worksheet time: 5mins
SQL is a
Structured Query Language
Simple Query Language
Structured Question Language
Structure Quality Language
Which of the following are SQL Components?
Data Definition Language
Data Manipulation Language
Transaction Control Language
All
which statment is used to modify the content of the table?
create
insert
update
delete
Which of the following is used to modify the size of column?
Create
pdate
Alter
Delete
Which is not a DML Command?
SELECT
INSERT
ALTER
DELETE
Which of the following are DCL commands?
COMMIT and ROLLBACK
UPDATE and TRUNCATE
GRANT and REVOKE
SELECT and UPDATE
Which is not a DDL Command?
CREATE
ALTER
DROP
UPDATE
Which of the below commands come under Data Definition Language (DDL)?
CREATE, ALTER, DROP, TRUNCATE
GRANT, REVOKE
SELECT
INSERT, UPDATE, DELETE
Insert, Update & Delete comes under which type of SQL Commands?
Data Definition Language (DDL)
Data Manipulation Language (DML)
Data Control Language (DCL)
Transaction Control Language (TCL)
What command is used to create a new table in SQL?
CREATE TABLE
BUILD TABLE
GENERATE TABLE
None of above
