SQL

SQL

University

10 Qs

quiz-placeholder

Similar activities

SQL BASICS

SQL BASICS

University

15 Qs

Office season one

Office season one

7th Grade - University

6 Qs

UML-2020-158225-Week7-ClassDiagramObjectDiagram-NTY

UML-2020-158225-Week7-ClassDiagramObjectDiagram-NTY

University

12 Qs

TALENT DAY Medien + IT Quiz

TALENT DAY Medien + IT Quiz

10th Grade - University

11 Qs

9.1 Databases Cambridge IGCSE 0478

9.1 Databases Cambridge IGCSE 0478

10th Grade - University

10 Qs

DBMS Ex 1

DBMS Ex 1

University

15 Qs

IntroToDatabases W2

IntroToDatabases W2

University

12 Qs

Midterm Exam IM2B

Midterm Exam IM2B

University

9 Qs

SQL

SQL

Assessment

Quiz

Computers

University

Medium

Created by

Moses Prakash

Used 73+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The SQL WHERE clause:

limits the column data that are returned.

limits the row data that are returned.

Both A and B are correct

Neither A nor B is correct

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

The ……………. key word eliminates duplicate rows from the result of a SELECT statement. 

3.

REORDER QUESTION

30 sec • 1 pt

Arrange the order of clauses in the select statement

FROM

ORDER BY

HAVING

GROUP BY

WHERE

4.

MATCH QUESTION

30 sec • 1 pt

Match the following

Eliminate duplicate values

Unique

Restrict the output after grouping

Delete

Used to limit column values to specific values

Distinct

Remove specific rows

Having

Will not allow duplicate

Check

5.

DRAG AND DROP QUESTION

30 sec • 1 pt

Drag the correct option into the correct box

SELECT ​ ​ (a)   ​ (b)   users ​ (c)   ​ (d)   ='user1';

password
from
where
username

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The command to remove rows from a table 'CUSTOMER' is:

REMOVE FROM CUSTOMER ...

DROP FROM CUSTOMER ...

DELETE FROM CUSTOMER WHERE ...

UPDATE FROM CUSTOMER ...

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you change 'Thomas' to 'Michael' in the LastName column in the user table

UPDATE User SET LastName = 'Thomas' INTO LastName = 'Michel'

MODIFY Users SET LastName = 'Michel' WHERE LastName = 'Thomas'

MODIFY Users SET LastName = 'Thomas' INTO LastName = 'Michel'

UPDATE Users SET LastName = 'Michel' WHERE LastName = 'Thomas'

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?