SQL POST-ASSESSMENT

SQL POST-ASSESSMENT

University

10 Qs

quiz-placeholder

Similar activities

Introduction to Databases Quiz

Introduction to Databases Quiz

10th Grade - University

14 Qs

1ª Recuperação Avaliação 3º Trimestre - Banco de Dados - 3ºA

1ª Recuperação Avaliação 3º Trimestre - Banco de Dados - 3ºA

3rd Grade - University

10 Qs

Design-Interface and Dialogue

Design-Interface and Dialogue

University

15 Qs

BSIT3201-Quiz 1

BSIT3201-Quiz 1

University

15 Qs

InfoTech 21 Unit I Topic 1

InfoTech 21 Unit I Topic 1

University

5 Qs

Викторина по OSPF

Викторина по OSPF

University

10 Qs

Namo's Linux Quiz

Namo's Linux Quiz

University

15 Qs

Microsoft Word Processing Skills Assessment

Microsoft Word Processing Skills Assessment

10th Grade - 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?