SQL POST-ASSESSMENT

SQL POST-ASSESSMENT

University

10 Qs

quiz-placeholder

Similar activities

Minggu 2 - Pre Test

Minggu 2 - Pre Test

University

10 Qs

Unity Essentials for Game Development

Unity Essentials for Game Development

University

10 Qs

kuis database

kuis database

University

10 Qs

S2 Microsoft Access Database Quiz

S2 Microsoft Access Database Quiz

10th Grade - University

15 Qs

🥰🥰

🥰🥰

University

10 Qs

CSA 1

CSA 1

University

15 Qs

Latihan tkj 4

Latihan tkj 4

12th Grade - University

15 Qs

Module 5: Creating Dynamic Web Pages with Scripting

Module 5: Creating Dynamic Web Pages with Scripting

University

15 Qs

SQL POST-ASSESSMENT

SQL POST-ASSESSMENT

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

Denise Punzalan

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

What is PRIMARY KEY?

Unique Identifier

A field existing in another table

Key for creating table

Key for creating database

2.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

It is the size of each field/record individually.

DataType

Integer

Total

Data Size

3.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

If the primary key is auto incremented, there is no need to include it for inserting records since it will be automatically generated as auto increment for each record.

TRUE

FALSE

4.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

It is a clause that is use to set condition in what to select, update or delete.

SET

ALL

WHERE

LIKE

5.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

SELECT * FROM tbl_students WHERE stud_lastname = 'Punzalan';

CORRECT

INCORRECT

6.

MULTIPLE CHOICE QUESTION

20 sec • 3 pts

UPDATE tbl_students SET stud_lastname = 'Punzalan' WHERE stud_id = 1;

CORRECT

INCORRECT

7.

MULTIPLE CHOICE QUESTION

20 sec • 3 pts

DELETE * FROM tbl_students WHERE stud_id = 1;

CORRECT

INCORRECT

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?