MC_AzureSqlDatabaseFundamentals_Session3_1

MC_AzureSqlDatabaseFundamentals_Session3_1

Professional Development

16 Qs

quiz-placeholder

Similar activities

Module 1: Explore core data concepts

Module 1: Explore core data concepts

Professional Development

16 Qs

ITF Databases

ITF Databases

9th Grade - Professional Development

20 Qs

Joins & Testing Quiz

Joins & Testing Quiz

Professional Development

15 Qs

PL-200

PL-200

Professional Development

11 Qs

ExertnalLabExam_Web_Programming_CSE-1

ExertnalLabExam_Web_Programming_CSE-1

Professional Development

20 Qs

DBMS-QUIZ

DBMS-QUIZ

Professional Development

20 Qs

Prática SQL 1 - DDL

Prática SQL 1 - DDL

University - Professional Development

18 Qs

CDC in Databricks

CDC in Databricks

Professional Development

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