G10 Structured Query Language

G10 Structured Query Language

10th Grade

12 Qs

quiz-placeholder

Similar activities

digital citizenship

digital citizenship

KG - 12th Grade

10 Qs

Python Quiz: if-setninger

Python Quiz: if-setninger

8th - 10th Grade

14 Qs

Python Testing

Python Testing

9th - 12th Grade

10 Qs

Q4 M6 POST TEST

Q4 M6 POST TEST

10th Grade

10 Qs

ICT Unit 3: Payroll

ICT Unit 3: Payroll

6th - 12th Grade

15 Qs

Computer Based Training

Computer Based Training

8th - 12th Grade

10 Qs

Digital Devices

Digital Devices

1st - 12th Grade

15 Qs

Unit 6 Quiz Prep

Unit 6 Quiz Prep

9th - 12th Grade

15 Qs

G10 Structured Query Language

G10 Structured Query Language

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Fritz Bansag

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Look at the table named "Employeelist"

Which SQL statement exactly represents in selecting all FIELDS where the Department = 'Engineering'

SELECT * FROM Employeelist WHERE Department = 'Engineering'

SELECT * FROM Employeelist WHEN Department = 'Engineering'

SELECT ^^ FROM Employeelist WHICH Department = 'Engineering'

SELECT ++ FROM Employeelist WHILE Department = 'Engineering'

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Look at the table named "Employeelist"

Which SQL statement exactly represents in selecting 'Name' where the Age is lesser than or equal '30'

SELECT Employeelist.Name FROM Employeelist WHERE Age <= '30'

SELECT Employeelist.[Name] FROM Employeelist WHERE Age <= '30'

SELECT Employeelist.Name FROM Employee_list WHERE Age =< '30'

SELECT Employeelist.Name FROM Employeelist WHERE Age <= '30'

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In creating a table named "Students2024".

Can you identify which is missing or error in the statement below:

CREATE Students2024(Employee_ID INTEGER, LASTNAME TEXT (50), FIRSTNAME TEXT (50))

TABLE

comma (s)

spelling error

No error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Look at the image and create a table named "Students2024" with the parameters as shown.

CREATE TABLE Students2024(

Employee_ID INTEGER; LASTNAME TEXT (50); FIRSTNAME TEXT (50))

CREATE TABLE Students2024(

Employee_ID INTEGER, LASTNAME TEXT (50), FIRSTNAME TEXT (50))

CREATE Students2024(

Employee_ID INTEGER, LASTNAME TEXT (50), FIRSTNAME TEXT (50))

CREATE TABLE Students2024(

Employee_ID INTEGER, LASTNAME WORD (50), FIRSTNAME WORD (50))

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is true to delete the table "Employee_list_V1" from the database.

DEL TABLE Employee_list_V1

DROP TABLE Employee_list_V1

DELETE Employee_list_V1

DROP_TABLE "Employee_list_V1"

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Which statement is true to delete the table "Employee_list_V1" from the database.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Look at the image and Identify if there is an error in the SQL statement.

( )

;

spelling error

No errors

[ ]

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?