wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CS2-QUIZ1

Total questions: 30

Worksheet time: 16mins

Name
Class
Date
1.

Jhaz is a second year college taking medicine. In database, name, year and course is an example of what terms used in database?

a)

DBMS

b)

RDBMS

c)

Linked Data

d)

Fieldname

2.

Which of the following data types is consider as primary key?

a)

Number

b)

Short Text

c)

AutoNumber

d)

HyperLink

3.

Which of the following is can be an example of database?

a)

Gender

b)

Name

c)

Age

d)

Address

4.

What is the difference between a database and Database Management System (DBMS)?

a)

None

b)

Database is any records while DBMS data stored in a computer.

c)

Database is any records while DBMS is a table represented the information

d)

Database is inter-related information while DBMS is a collection of inter-related information.

5.

Yuan upload his recent curriculum vitae to XYZ Organization because he is applying for a job. What data type in database is used to store the curriculum vitae of Yuan?

a)

Hyperlink

b)

OLE

c)

Long Text

d)

Attachment

6.

Vien owns a money exchange for foreign currency, If Vien will decide to use a database for the conversion of foreign currency to Philippine peso, what database data type, he needed?

a)

Number

b)

Look up

c)

Currency

d)

Calculated

7.

You are hired as new Quality Assurance in a company, and your first task is to list down the products, their description and classification. What kind of database are you going to use?

a)

Database

b)

DBMS

c)

RDBMS

8.

Which of the following is NOT an example of Database?

a)

Birth Certificate

b)

Student ID

c)

SSS ID

d)

Student Grade

9.

Using MS Access, what part of the MS Access user can identify the data types of a fieldname?

a)

Database Sheet View

b)

Navigation Pane

c)

SQL View

d)

Design View

10.

Which of the following is the fieldname for AutoNumber?

a)

ID

b)

Age

c)

Grade

d)

Birthday

11.

What is the correct data type for teacher's class record pertaining to the equivalent of numeric grade like 1.25, 1.50. 1.75......?

a)

Number

b)

Look up

c)

Calculated

d)

Attachment

12.

What is the correct phrase to differentiate database, DBMS and RDBMS?

a)

quantity

b)

speed

c)

relationship

d)

reliability

13.

In a records, how to determine if the database is RDBMS?

a)

TABLE

b)

LINKED

c)

COPY, DETELE, UPDATE, DISPLAY

d)

PRIMARY KEY

14.

MS Access is an example of what based on the following below?

a)

Database

b)

DBMS

c)

RDBMS

15.

Daryl is a billing clerk, recording daily the transaction of the bills the company incoming and out-going expenses/income. What is the most important fieldname is Daryl's database?

a)

Currency

b)

Look-up

c)

Long Text

d)

Date

16.

Enter Parameter value is a kind of warning as error. This error pertains to what statement below?

a)

Invalid data types for fieldname

b)

SQL wrong or invalid fieldname

c)

Hierarchy in using SQL commands

d)

Adding additional command line after semi-colon

17.

In the Books Table, if you wanted to view all books published in 2020 onwards, what is the correct SQL Code?

a)

Select *

From Books

Where YearPub=2020

b)

Select *

From Books

Where B_YearPub=2020

c)

Select *

From Books

Where B_YearPub>=2020

d)

Select *

From Books

Where B_YearPub<=2020

18.

Character found is a kind of warning as error. This error pertains to what statement below?

a)

Invalid data types for fieldname

b)

SQL wrong or invalid fieldname

c)

Hierarchy in using SQL commands

d)

Adding additional command line after semi-colon

19.

Select * From Table1

Order by age

Where age>=18


Based on the command line above, which of the following makes the SQL incorrect

a)

Select * From Table1

b)

Order by Age

c)

Where age>=18

d)

no error

20.

Using the stud table, which of the following SQL codes is BEST code that will output the information of Jennifer Tadeo.

a)

SELECT * FROM STUD

WHERE S_ID=4578

b)

SELECT * FROM STUD

WHERE S_SURNAME="TADEO"

c)

SELECT * FROM STUD

WHERE S_ZCODE=3000

d)

ALL OF THE CHOICES ARE CORRECT

21.

Which of the following SQL Code is CORRECT?

a)

SELECT * FROM STUD

WHERE S_ADDRESS=MALOLOS

b)

SELECT * FROM STUD

WHERE S_ZCODE=3000

c)

SELECT * FROM STUD

WHERE S_ZCODE="3000"

d)

SELECT * FROM STUD

WHERE ADDRESS="MALOLOS"

22.

Which of the following fieldname is applicable to input mask?

a)

ID

b)

CC_NUMBER

c)

CC_NAME

d)

NONE OF THE CHOICES

23.

Which of the following can be used to replication id?

a)

ID

b)

CC_NUMBER

c)

CC_NAME

d)

NONE OF THE CHOICES

24.

Is number 1229-9083 is acceptable value for CC_number once change the format to replication ID?

a)

Yes! accepted value

b)

No! Invalid value

25.

Which of the following cannot be converted to replication ID?

a)

ID

b)

CC_NUMBER

c)

CC_NAME

d)

ALL OF THE CHOICES

26.

Which of the following is the correct DML code?

a)

insert into creditcard

values (1,1,"1")

b)

update creditcard

set tablename=ccard

c)

insert into creditcard

values (11111,11111,"111111")

d)

ALL OF THE CHOICES

27.

This command means to append records?

a)

Select-From

b)

Update-Set

c)

Insert into - Values

d)

Delete From-Fieldname

28.

Using the design view of the table cc, what is the possible error for SQL?

a)

characters found

b)

parameter value

c)

data mismatch

d)

syntax error

29.

What is the correct and BEST application of DML?

a)

Database

b)

DBMS

c)

RDBMS

d)

Mailmerge

30.

Which of the following statement is CORRECT?

a)

You can update multiple records of data/information in a single DML command line

b)

You can insert multiple records of data/information in a single DML command line

c)

DML Is SQL

d)

QBE uses DML