This Quiz is all about testing the basics skills in SQL. It covers SQL Server architecture, tools, security and datatypes, Implementing data integrity, subqueries, joins and T-SQL Enhancements.
YES
NO
Rate this question:
To return the minimum value of a numeric expression.
To return the maximum value of a numeric expression
To return the absolute, positive value of a numeric expression.
To return the average value of a numeric expression.
Rate this question:
The DELETE and UPDATE clauses
The SELECT clause only
The UPDATE clause only
Rate this question:
The AS SQL clause is used change the name of a column in the result set or to assign a name to a derived column.
The AS clause is used with the JOIN clause only.
The AS clause defines a search condition.
Rate this question:
Data Consistency Checker
Database Consistency Checker
Default Consistency Checker
Rate this question:
True
False
Rate this question:
SELECT FROM Sales WHERE Date BETWEEN ('10/12/2005', '01/01/2006')
SELECT FROM Sales WHERE Date BETWEEN '10/12/2005' AND '01/01/2006'
SELECT * FROM Sales WHERE Date BETWEEN '10/12/2005' AND '01/01/2006'
Rate this question:
The WHERE SQL clause condition(s) is applied to all rows in the result set before the HAVING clause is applied (if present). The HAVING clause is used only with SELECT SQL statements and specifies a search condition for an aggregate or a group.
The HAVING SQL clause condition(s) is applied to all rows in the result set before the WHERE clause is applied (if present). The WHERE clause is used only with SELECT SQL statements and specifies a search condition for an aggregate or a group
The Having clause is identical with the where clause
Rate this question:
GROUP BY clause.
ORDER BY clause
JOIN clause.
WHERE clause.
Rate this question:
Specifies the columns we are retrieving.
Specifies a search condition
Specifies the tables to retrieve rows from.
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
Primary key
Foreign key
Unique key
Check
Rate this question:
One
Two
Three
Zero
Rate this question:
Enterprise Manager
Query Analyzer
Both Enterprise Manager and Query Analyzer
None
Rate this question:
Have
Nice Day
Day
Have a Nice Day
Rate this question:
True
False
Rate this question:
SQL Integration Services
SQL Integrity Services
SQL Information Services
Rate this question:
Entity Integrity
Domain Integrity
Referential Integrity
User Defined Integrity
Rate this question:
Domain Integrity
Referential Integrity
Entity Integrity
Rate this question:
Smallmoney
Image
Tinyint
Bigint
Rate this question:
Temporary objects
Templates
Initialization Info
Rate this question:
Referential Integrity
Entity Integrity
Domain Integrity
Rate this question:
Template Explorer
SQL server Profiler
Object Explorer
Rate this question:
Bcputility
Dtautility
Osqlutility
Sqlcmdutility
Rate this question:
SAVE_AS
ROWVERSION
PERSISTED
Rate this question:
Image
Varbinary
Rowversion
Binary
Rate this question:
The TRUNCATE clause is identical to the DELETE clause
The DELETE clause deletes all rows in a database table, while the TRUNCATE clause can have a WHERE condition and might or might not delete all rows in a table.
The TRUNCATE clause deletes all rows in a database table, while the DELETE clause can have a WHERE condition and might or might not delete all rows in a table
Rate this question:
DATEADD
GETDATE
GETUTCDATE
MONTH
DATENAME
Rate this question:
Quiz Review Timeline (Updated): Mar 22, 2023 +
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:
12468 |
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.