Databases Fundamental Quiz 1

Databases Fundamental Quiz 1

University

75 Qs

quiz-placeholder

Similar activities

CompTIA A+ Core 2 Practice Test A

CompTIA A+ Core 2 Practice Test A

University

80 Qs

MORE ON SCRATCH

MORE ON SCRATCH

5th Grade - University

78 Qs

Semester Final - Graphic Design

Semester Final - Graphic Design

9th Grade - University

80 Qs

Information Management Prefinals

Information Management Prefinals

University

73 Qs

Database Design

Database Design

University

70 Qs

MOC10961

MOC10961

University

76 Qs

CS Study Guide ALL

CS Study Guide ALL

12th Grade - University

74 Qs

SAS Units 8 - 14

SAS Units 8 - 14

University

70 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?