Databases Fundamental Quiz 1

Databases Fundamental Quiz 1

University

75 Qs

quiz-placeholder

Similar activities

Ethernet Concepts

Ethernet Concepts

University

71 Qs

Conditional statements

Conditional statements

University

80 Qs

Java-FIN

Java-FIN

University

80 Qs

ITE260 1st PERIOD (Review)

ITE260 1st PERIOD (Review)

11th Grade - University

79 Qs

Quiz Sec-F 11-8-2023

Quiz Sec-F 11-8-2023

University

79 Qs

Netacad CIT 161 Chapt 1

Netacad CIT 161 Chapt 1

12th Grade - University

71 Qs

CFall4-7

CFall4-7

University

76 Qs

DATABASE 2 (22/7/18) D2T2

DATABASE 2 (22/7/18) D2T2

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?