MC_AzureSqlDatabaseFundamentals_Session3_1

MC_AzureSqlDatabaseFundamentals_Session3_1

Professional Development

16 Qs

quiz-placeholder

Similar activities

Basic

Basic

Professional Development

20 Qs

Excel Module 4 Vocabulary

Excel Module 4 Vocabulary

12th Grade - Professional Development

12 Qs

Google Slides _ Intro

Google Slides _ Intro

Professional Development

19 Qs

SWC-KRG 2026 PO-QUIZ 2

SWC-KRG 2026 PO-QUIZ 2

Professional Development

20 Qs

Intro to Transformation

Intro to Transformation

Professional Development

15 Qs

Data Analysis Fundamental using Excel

Data Analysis Fundamental using Excel

Professional Development

12 Qs

TSQL - Basico

TSQL - Basico

Professional Development

20 Qs

Databases-S4-18052021 & S9-17052021

Databases-S4-18052021 & S9-17052021

Professional Development

11 Qs

MC_AzureSqlDatabaseFundamentals_Session3_1

MC_AzureSqlDatabaseFundamentals_Session3_1

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Tiago Faria

Used 1+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which SQL statement is used to retrieve data from a database?

INSERT

SELECT

DELETE

UPDATE

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the purpose of the SELECT statement in SQL?

Updating existing records in a table

Inserting new records into a table

Retrieving data from one or more tables

Deleting records from a table

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the semicolon ";" indicate in a SELECT statement?

It's the end of each SELECT clause

It's the end of the SELECT statement

You use a semicolon in a SELECT statement?? Why??

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these statements is true?

The SELECT statement is made up of 6 principal clauses

The SELECT clause is made up to 6 principal statments

A SELECT statement must have at least 2 SELECT clauses to be a valid statement

5.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

How can you get all columns from a table?

SELECT ALL columns FROM table

SELECT TOP all FROM table

SELECT top 10 * FROM table

SELECT * FROM table

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What expression must we use when a column has been created with empty spaces in the name?

; my column;

" my column"

[my column]

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

It is used to sort the result set in ascending order

It is used to group the result set based on the values of a specified column

It is used to filter the result set based on a specified condition

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?