MC_AzureSqlDatabaseFundamentals_Session3_1

MC_AzureSqlDatabaseFundamentals_Session3_1

Professional Development

16 Qs

quiz-placeholder

Similar activities

MySQL

MySQL

Professional Development

20 Qs

Database Basics - Lecture 2

Database Basics - Lecture 2

Professional Development

20 Qs

DataBase Quiz - CME Workshop

DataBase Quiz - CME Workshop

Professional Development

20 Qs

ukk oracle database foundation

ukk oracle database foundation

Professional Development

20 Qs

JDBC_Questions1

JDBC_Questions1

Professional Development

18 Qs

Data Analysis Fundamental using Excel

Data Analysis Fundamental using Excel

Professional Development

12 Qs

TSQL - Basico

TSQL - Basico

Professional Development

20 Qs

tubitak-quiz-1

tubitak-quiz-1

Professional Development

12 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?