Databases Fundamental Quiz 1

Databases Fundamental Quiz 1

University

75 Qs

quiz-placeholder

Similar activities

Database Design

Database Design

University

70 Qs

SAS Units 8 - 14

SAS Units 8 - 14

University

70 Qs

Productivity Application BSIT 1J

Productivity Application BSIT 1J

University

70 Qs

CompTIA A+

CompTIA A+

11th Grade - University

80 Qs

ICT for exam

ICT for exam

University

77 Qs

Database Essentials

Database Essentials

KG - University

75 Qs

Mock Test-3

Mock Test-3

University

75 Qs

CompTIA A+ Core 2 Practice Test A

CompTIA A+ Core 2 Practice Test A

University

80 Qs

Databases Fundamental Quiz 1

Databases Fundamental Quiz 1

Assessment

Quiz

Computers

University

Medium

Created by

William Sanjaya

Used 3+ times

FREE Resource

75 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

In which situation do you need to perform a restore on a database?
when data becomes corrupted in the database
when you need to roll back a transaction
when you encounter an error in your application
when data needs to be deleted from the database

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which command should you use to give a user permission to read the data in a table?
ALLOW SELECT
LET READ
PERMIT READ
GRANT SELECT

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which keyword can be used in a create table statement?
ORDER BY
DISTINCT
GROUP BY
UNIQUE

4.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

You need to store product quantities, and you want to minimize the amount of storage space that is used. Which data type should you use?
INTEGER
DOUBLE
COUNT
FLOAT

5.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Media Image
Which statement will result in the creation of an index?
Option A
Option B
Option C
Option D

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Media Image
You have the following table definition: CREATE TABLE Road (RoadID INTEGER NOT NULL, Distance INTEGER NOT NULL) The Road table contains the following data: You execute the following statement: INSERT INTO Road VALUES (1234, 36) What is the result?
an error stating that NULL values are not allowed
a new row in the table
an error stating that duplicate IDs are not allowed
a syntax error

7.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

One reason to create a stored procedure is to:
Improve performance.
Minimize storage space.
Bypass case sensitivity requirements.
Give the user control of the query logic.

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?