T-SQL Test

Exam Type: T-SQL MCQ Skill Test
Questions Type: Multiple Choice Questions
Total Questions: 26
Time Limit: 30 Minutes
Last Update June, 2025

Pass T-SQL Exam

75%
Total time

1 minute 2 seconds

Total time

1 correct answers

Total time

6 incorrect answers

Total time

6 not attempted

Start

T-SQL Quiz

Question 1 of 26
30:00

Which answer is NOT a type of table index?

The keywords AND, IN, LIKE, and BETWEEN all belong to a category called _____.

What is an example of a DDL command in SQL?

Which answer is a possible result of the sequence of commands below? DECLARE @UniqueID uniqueidentifier = NEWID(); SELECT @UniqueID AS Result;

What is the result of this statement? SELECT FLOOR(-1234.321)

Which of these data types is an approximate numeric?

You need to remove all data from a table name Products. Which query fully logs the removal of each record?

What is the result of the following query? SELECT 1 / 2 AS Result;

Which data type will most efficiently store a person's age in years?

What is the result of this query? SELECT 'abc\ def' AS Result;

Which statement creates a new database schema named Sales and establish Sharon as the owner?

The result of a CROSS JOIN between a table with 4 rows, and one with 5 rows, will give a result with _____ rows.?

When no join type between multiple tables in a query's FROM clause is specified, what type of join is assumed?

How many bytes of storage does the int data type consume?

What does a RIGHT JOIN ensure?

What are the keywords called that are used by the database engine in SQL commands, and should not be used as identifiers and object names in your scripts?

You would like to have a record added to a TableB every time a record is modified in TableA. What technique should you look at implementing?

Which data type should you choose when you need to store dates and times that include time zone information?

What is an example of a DML command in SQL?

In a SELECT statement, which clause should always be used with the TOP clause in order to predictably indicate which rows are affected by TOP?

What is the result of this query? SELECT '123'+'123' AS Result;

On Wednesday, April 18, what will this function display? SELECT DAY(GETDATE()-1)

To remove all of the content from the Students table but keep the schema, which statement should you use?

What is the result of an INNER JOIN between table1 and table2?

To combine the results of two or more SELECT statements, removing duplicates, which keyword can you use?

What role does "inventory" play? select bookid, boooktitle, bookauthor,quantityonhand from inventory.books;

T-SQL Test Explained

© 2025 Skill Test Answer. All Rights Reserved