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.
Wait!
Here's an interesting quiz for you.