sql

sql

6th - 9th Grade

24 Qs

quiz-placeholder

Similar activities

Year 9 Storage

Year 9 Storage

9th Grade

20 Qs

SOFTWARE 7I

SOFTWARE 7I

7th Grade - University

20 Qs

Computer 5

Computer 5

4th - 6th Grade

20 Qs

Đường lên đỉnh Olympia- Vòng Khởi Động

Đường lên đỉnh Olympia- Vòng Khởi Động

5th - 6th Grade

20 Qs

G7_Computer_Revision

G7_Computer_Revision

7th Grade

20 Qs

Coding Karel 2

Coding Karel 2

KG - University

20 Qs

แบบทดสอบปลายภาคคอมพิวเตอร์

แบบทดสอบปลายภาคคอมพิวเตอร์

6th - 8th Grade

20 Qs

Characteristics of Computer Generation-G6

Characteristics of Computer Generation-G6

6th Grade

20 Qs

sql

sql

Assessment

Quiz

Computers

6th - 9th Grade

Medium

Created by

C Romer

Used 31+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

SELECT * FROM Persons WHERE FirstName=’a’

SELECT * FROM Persons WHERE FirstName LIKE ‘a%’

SELECT * FROM Persons WHERE FirstName LIKE ‘%a’

SELECT * FROM Persons WHERE FirstName=’%a%’

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does SQL stand for?

Standard Query Language

Sequential Query Language

Structured Question Language

Structured Query Language

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Match the following SQL term with a description - FROM

The criteria which must be met

The fields to display

The field and order used to sort the results

The table used in the query

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In what order does SQL process the instructions?

FROM - SELECT - WHERE - ORDER BY

WHERE - FROM - SELECT - ORDER BY

SELECT - FROM - WHERE - ORDER BY

SELECT - FROM - ORDER By - WHERE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is used to extract data from a database?

Extract

Get

Open

Select

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Less than or equal to?

>=

=>

=<

<=

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A primary key can be NULL in the table? TRUE or FALSE

TRUE

FALSE

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?