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:
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:
EXTRACT
OPEN
PULL
SELECT
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.
RDBMS And SQL Knowledge Test
Welcome to the RDBMS and SQL Knowledge Test. As you might already know, RDMS is the basis for various modern database systems such as SQL, MySQL, MS SQL Server, IBM DB2. etc. In...
Questions:
10 |
Attempts:
2762 |
Last updated:
Nov 12, 2023
|
The Ultimate SQL Syntax And Functionality Knowledge Test
Since its creation in 1974, SQL has become the most popular programming language for relational database management. With its fine set of functions and easy to learn syntax, it...
Questions:
40 |
Attempts:
429 |
Last updated:
Mar 21, 2023
|
SQL Basic! Ultimate Trivia Quiz
Dive into the basics of SQL with this Ultimate Trivia! Assess your understanding of key SQL functions like COUNT(*), MAX, and DELETE. Perfect for beginners, this quiz enhances...
Questions:
10 |
Attempts:
688 |
Last updated:
Mar 21, 2023
|
SQL Multiple Choice Questions With Answers
Are you looking for some SQL multiple-choice questions with answers to make your preparation level better for the upcoming exam? Try our quiz below and see if you know the basics...
Questions:
20 |
Attempts:
12469 |
Last updated:
Jun 17, 2024
|
Fill In The Blanks On SQL
This SQL quiz assesses key database management skills, focusing on table structure modifications, understanding of relational model constraints, and data manipulation. It's ideal...
Questions:
10 |
Attempts:
1191 |
Last updated:
Mar 21, 2023
|
Introduction To SQL True Or False Quiz
What is SQL? Have you ever used SQL programming language? Here, we have this "Introduction to SQL quiz" in the true or false format to check your knowledge regarding...
Questions:
12 |
Attempts:
2643 |
Last updated:
Aug 24, 2023
|
Wait!
Here's an interesting quiz for you.