Search Header Logo

DB ch.8

Authored by Thanagid Chaichayanon

World Languages

University

DB ch.8
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

38 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Database redesign is fairly easy when ________.

information systems and organizations influence each other

the design was done correctly the first time

there is no data in the database

good backups of the database are available

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a possible step in the database redesign process?

Checking whether certain conditions or assumptions about the data are valid

Reverse engineering the data model

Revising user account name policies

Maintaining backups of the existing database

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the database redesign process, before proceeding with the redesign it is often useful to ________.

check whether certain conditions or assumptions about the data are valid

find out why the design was not done properly the first time

stop information systems and users from influencing each other

set standards for user behavior

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the database redesign process, an SQL tool that is useful for testing whether or not certain

conditions or assumptions are valid is ________.

UPDATE

DROP TABLE

CREATE TRIGGER

NOT EXISTS

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a correlated subquery of a database that has tables TableOne and TableTwo, if table

TableOne is used in the upper SELECT statement, then which table is used in the lower

SELECT statement?

TableOne

TableTwo

Both TableOne and TableTwo

Either TableOne or TableTwo

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the SQL statements

SELECT C1.CustName, C1.SalesRepNo

FROM CUSTOMER C1;

the "C1" is called a(n) ________.

term

alias

convention

label

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When running a correlated subquery, the DBMS ________.

runs the lower SELECT statement by itself and then sends the results to the upper SELECT

statement.

runs the upper SELECT statement by itself and then sends the results to the lower SELECT

statement.

alternates running the lower SELECT statement with running the upper SELECT statement

based on each result of the lower SELECT statement

Either A or B may be used depending on the query.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for World Languages