Database

Database

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Introduction to DBMS

Introduction to DBMS

10th - 11th Grade

13 Qs

Access Test

Access Test

9th - 12th Grade

10 Qs

Database Intro (A Level CS)

Database Intro (A Level CS)

11th - 12th Grade

10 Qs

Database Concepts-IGCSE Chap-9

Database Concepts-IGCSE Chap-9

9th Grade

10 Qs

IGCSE ICT Database: Database Structure

IGCSE ICT Database: Database Structure

9th - 11th Grade

6 Qs

Databases - Table & Entities

Databases - Table & Entities

3rd - 12th Grade

10 Qs

Basis Data XI ~ Struktur Hirarki

Basis Data XI ~ Struktur Hirarki

11th Grade

10 Qs

Databases

Databases

6th - 10th Grade

12 Qs

Database

Database

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Cheung Yui

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct order of data hierarchy from largest to smallest?

Table > Database > Record > Field

Database > Table > Field > Record

Field > Record > Table > Database

Database > Table > Record > Field

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which function should Mr. Wong use to arrange the students in order of their scores, from highest to lowest?

Sorting

Filtering

Updating

Inserting

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Which field is the most suitable to be the primary key of OrderForm?

OrderID

CustomerID

OrderDate

Status

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Consider the following SQL statement:

SELECT SID, SNAME, ALBUM FROM SONGS

Which field(s) does the SQL statement retrieve?

(1) SID

(2) SNAME

(3) ALBUM

(4) SONGS

(1) and (2)

(2), (3) and (4)

(1), (2) and (3)

All of the above

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

According to the following table ATTENDANCE,

What will be the output of the following SQL statement?

SELECT Class, ClassNo FROM ATTENDANCE WHERE Present = False

1A, 1

1A, 2

1B, 1

1C, 1

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is essential to a database table

(1) Primary key

(2) Input mask of each field

(3) Field name of each field

(4) Data type of each field

(1) and (2) only

(3) and (4) only

(1), (2) and (3) only

(1), (3) and (4) only

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following values will be included in the output of the SQL statement:

SELECT AVG(HEIGHT) FROM STUDENT GROUP BY CNO

(1) 132

(2) 134

(3) 136

(4) 138

(1), (2) and (3) only

(1), (2) and (4) only

(1), (3) and (4) only

(2), (3) and (4) only

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Given that each student can participate in more than one event, what is the primary key of PARTICIPANT?

EventID

StudentID

EventID + Name

EventID + StudentID