SQL Quiz 1-46

SQL Quiz 1-46

University

46 Qs

quiz-placeholder

Similar activities

SQL Server Quiz 1

SQL Server Quiz 1

University

41 Qs

MIS-Chapter 06

MIS-Chapter 06

University

50 Qs

Final Day Quiz for ICT Skill Share

Final Day Quiz for ICT Skill Share

4th Grade - Professional Development

41 Qs

MendixMod123_UTNG_V2

MendixMod123_UTNG_V2

University

50 Qs

DBMS Unit 1 Exam

DBMS Unit 1 Exam

University

50 Qs

PHP_SC

PHP_SC

University

50 Qs

FINAL EXAM - Info Mgt 2022

FINAL EXAM - Info Mgt 2022

University

50 Qs

PTIT Giữa kỳ - CSDL

PTIT Giữa kỳ - CSDL

University

50 Qs

SQL Quiz 1-46

SQL Quiz 1-46

Assessment

Quiz

Computers

University

Medium

Created by

Ansagan Sailaubek

Used 3+ times

FREE Resource

46 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To define columns should be displayed in an SQL SELECT statement:

Use FROM to name the source table and list the columns to be shown after SELECT

Use SELECT to name the source table and list the columns to be shown after FROM

Use the name of the source table after SELECT and list the columns to be shown after FROM

Use SELECT to name the columns and list the source tables to be shown after FROM

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

LIKE operator uses____and____ -

percent sign(%); b) underscore(_)

precent sign(%);

conditional AND
conditional OR

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL keyword is used to specify conditional search -

WHERE
LIKE
FROM
HAVING

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

With SQL, how do you select all the column from a table named Person -

SELECT * Persons

select * from Person

select name, lastname, age from Person

select p.* from Person p

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Whit SQL, , how do you select all the column named "FirstName" from a table named "Perons" -

SELECT Frist, name from PersonsSELECT FristName FROM Persons

Select fisrtname PersonsSelect fisrtname from Persons

SELECT FristName Persons

select Frist, name from Persons

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

SQL provides the AS keyword, which can be used to assign meaningful column names to the results of queries

False

True

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is the correct order of keywords for SQL SELECT statements -

SELECT, FROM, WHERE

SELECT, WHERE, FROM

SELECT, WHERE, FROM, ORDER BY

SELECT, FROM, WHERE, ORDER BY

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?