Test your basic database skills, RDBMS, DDL, DML, Normalization etc.
True
False
Rate this question:
SELECT * FROM Employee
SELECT * .Employee
SELECT * FROM Persons
SELECT ALL FROM Employee
Rate this question:
MODIFY
UPDATE
SAVE
SAVE AS
Rate this question:
ADD NEW
ADD RECORD
INSERT NEW
INSERT INTO
Rate this question:
SELECT * FROM Employee ORDER BY EmpID ASC
SELECT * FROM Employee ORDER BY EmpID DESC
SELECT * FROM Employee ORDER BY Salary ASC
SELECT * FROM Employee ORDER BY Salary DESC
Rate this question:
True
False
Rate this question:
EXTRACT
OPEN
PULL
SELECT
Rate this question:
INSERT INTO Employee (EmpID,Salary) VALUES (2321,25000.99)
SAVE INTO Employee (EmpID,Salary) VALUES (2321,25000.99)
UPDATE INTO Employee (EmpID,Salary) VALUES (2321,25000.99)
INSERT INTO Employee EmpID,Salary VALUES 2321,25000.99
Rate this question:
SELECT clause
FROM clause
WHERE clause
Santa Claus
Rate this question:
1. Prevents deletion of the table
2. Prevents NULL values to be inserted into the Primary Key column
3. Prevents insertion of duplicate rows
4. Both 2 & 3
Rate this question:
Enforces Referential Integrity
Enforces Parent-Child relationship
Prevents deletion of Parent table while child table still exists
Prevents insertion of Foreign Key values into the Child table that do not exist in the Parent table
All of the above
Rate this question:
Changes PersonName datatype from INT to VARCHAR
Changes PersonName datatype to VARCHAR(50)
Drops PersonName column from the table
Insufficient information
Rate this question:
HTML Statement
DDL Statement
DML Statement
SQR Statement
Rate this question:
DCL Statement
DDL Statement
XML Statement
DML Statement
Rate this question:
True
False
Rate this question:
WHERE clause
FROM clause
SELECT clause
ORDER BY clause
Rate this question:
True
False
Rate this question:
REMOVE * FROM Employee
DELETE ALL FROM Employee
TRUNCATE TABLE Employee
DROP TABLE Employee
Rate this question:
INSERT
UPDATE
SELECT
DELETE
Rate this question:
Very useful
Somewhat useful
Too easy
Only if I had more time.
Rate this question:
Quiz Review Timeline (Updated): Sep 16, 2024 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.