Search Header Logo

Querying SQL Server with Transact-SQL

Authored by Michael Caya

Computers

Professional Development

8 Questions

Used 1+ times

Querying SQL Server with Transact-SQL
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

1.

WORD CLOUD QUESTION

3 mins • Ungraded

What is your Name?

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to retrieve data from a SQL Server database?

RETRIEVE

SELECT

FETCH

SEARCH

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you filter the retrieved data using a WHERE clause?

SELECT ALL FROM table_name WHERE column_name != 'value';

SELECT * FORM table_name WHERE column_name LIKE 'value';

SELECT * FROM table_name WERE column_name IN ('value1', 'value2');

SELECT * FROM table_name WHERE column_name = 'value';

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the difference between the SELECT and SELECT DISTINCT statements.

The SELECT statement retrieves all rows from a table, including duplicates, while the SELECT DISTINCT statement retrieves only unique rows by adding duplicates.

The SELECT statement retrieves all rows from a table, including duplicates, while the SELECT DISTINCT statement retrieves only unique rows by keeping duplicates.

The SELECT statement retrieves all rows from a table, including duplicates, while the SELECT DISTINCT statement retrieves only unique rows by eliminating duplicates.

The SELECT statement retrieves only unique rows by eliminating duplicates, while the SELECT DISTINCT statement retrieves all rows from a table, including duplicates.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the ORDER BY clause in a SQL query?

To sort the result set based on specified columns in ascending or descending order.

To group the result set based on specified columns

To filter the result set based on specified conditions

To join multiple tables in the query

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you limit the number of rows returned by a query in SQL Server?

SELECT FIRST * FROM table_name;

SELECT TOP * FROM table_name;

LIMIT SELECT * FROM table_name;

SELECT * FROM table_name LIMIT ;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of the INSERT statement in SQL Server?

The role of the INSERT statement in SQL Server is to add new records (rows) to a table.

The INSERT statement in SQL Server is used to update existing records in a table.

The INSERT statement in SQL Server is used to delete records from a table.

The INSERT statement in SQL Server is used to create a new table.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?