Database

Database

University

30 Qs

quiz-placeholder

Similar activities

1.4 and 1.5

1.4 and 1.5

1st Grade - Professional Development

25 Qs

Css-BoxModel

Css-BoxModel

University

25 Qs

Quiz Bootstrap (Fullstack Praktikum)

Quiz Bootstrap (Fullstack Praktikum)

University

25 Qs

Module 3 - Security Architecture

Module 3 - Security Architecture

University

25 Qs

Operating system

Operating system

7th Grade - University

25 Qs

Solutions. Test on un5 (Techn, modal perfect,quantifiers)

Solutions. Test on un5 (Techn, modal perfect,quantifiers)

9th Grade - University

25 Qs

Metro 1

Metro 1

University

25 Qs

soal semester 1 kelas 8

soal semester 1 kelas 8

7th Grade - University

25 Qs

Database

Database

Assessment

Quiz

Computers

University

Practice Problem

Medium

Used 31+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does SQL stand for?

Structured Question Language

Strong Question Language

Structured Query Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

OPEN

SELECT

EXTRACT

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

With SQL, how do you select a column named "FirstName" from a table named "Persons"?

SELECT Persons.FirstName

EXTRACT FirstName FROM Persons

SELECT FirstName FROM Persons

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

With SQL, how do you select all the columns from a table named "Persons"?

SELECT Persons

SELECT *.Persons

SELECT * FROM Persons

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

With SQL, how do you select all the records from a table named "Persons" where the value of the column "FirstName" is "Peter"?

SELECT * FROM Persons WHERE FirstName<>'Peter'

SELECT * FROM Persons WHERE FirstName='Peter'

SELECT [all] FROM Persons WHERE FirstName='Peter'

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

With SQL, how do you select all the records from a table named "Persons" where the value of the column "FirstName" starts with an "a"?

SELECT * FROM Persons WHERE FirstName LIKE 'a%'

SELECT * FROM Persons WHERE FirstName='a'

SELECT * FROM Persons WHERE FirstName LIKE '%a'

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The OR operator displays a record if ANY conditions listed are true. The AND operator displays a record if ALL of the conditions listed are true

True

False

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?

Discover more resources for Computers