You are on page 1of 5

Results Reporter

Out of 10 questions, you answered 10 correctly with a final grade of 100%


10
correct
(100%
)
0
incorre
ct
(0%)
0
unansw
ered
(0%)

Your Results:
The correct answer for each question is indicated by a
Online Quiz

no

Relational Databa

.
4955965

0078025494
1

1
CORREC
T

A top-to-bottom relationship among the items in a database is established by a

A)

B)

C)

D)

Hierarchical schema.

Relational schema.

Network schema.

None of the above is correct.

Feedback: Hierarchical data models organize data into a tree-like structure


that allows repeating information using defined parent/child relationships.

2
CORREC
T

Database management systems are intended to

A)

B)

C)

D)

Eliminate data redundancy.

Establish relationship among records in different files.

Maintain data integrity.

All of the above are correct.

Feedback: The DBMS is defined as a computer program that creates, modifies


and queries the database. Specifically, the DBMS is designed to manage a
database's storage and retrieval of information.

3
CORREC
T

A foreign key used in a database can be null

A)

B)

Yes

No

Feedback: Under the referential integrity rule, a data value for a foreign key
attribute must either be null or match one of the data values that correspond
to the value of a primary key attribute in another table.

4
CORREC
T

Which of the following statements accurately interprets the entity integrity rule?

A)

B)

C)

Most tables do not need a primary key.

Most tables need a foreign key.

Tables are linked by using foreign keys.

D)

E)

The primary key cannot be null.

None of the above is correct.

Feedback: The Entity Integrity Rule requires the primary key of a table must
have data values.

5
CORREC
T

The SQL command that retrieves the attributes from a table is ________.

A)

B)

C)

D)

SELECT

READ

QUERY

None of the above is correct

Feedback: The SELECT command is used to begin a query. The SELECT


command tells the query which columns (or attributes) of a table should be
included in the query.

6
CORREC
T

Customers who come to Ross may be helped by any available salesperson. If more
than one salesperson helps the same customer with the same transaction, those
salespersons would split the sale commission. Salespersons are added to the
database as soon as they are hired. A sale cannot be made without a salesperson.
The multiplicities for the relationship between Sale and Salesperson for Ross are:

A)

B)

C)

Sale (1..1) to salesperson (0..1)

Sale (1..N) to salesperson (0..N)

Sale (0..N) to salesperson (1..1)


Sale (0..N) to salesperson (1..N)

D)
Feedback: Each sale involved at least one salesperson or many salespersons;
each salesperson may not be involved in a sales transaction yet or can be
involved in many sales transactions.

7
CORREC
T

Which of the following attribute is the best primary key for Cash Receipt Table?

A)

B)

C)

D)

Customer check number.

Sales order number.

Remittance advice number.

None of the above is a good primary key for Cash Receipt Table.

Feedback: Customer check numbers are not created by the company so they
may duplicate. Sales order number could be a good primary key if the
customers are required to pay in full. That is, the company will not receive
two customer checks for the same transaction. Among the three choices,
remittance advice number is the best answer. It is a turnaround document
created by the company and sent to the customer with the bill. It comes back
to the company with a customer check to pay for one or more transactions.

8
CORREC
T

The command to remove rows from a table 'CUSTOMER' is:

A)

B)

C)

D)

REMOVE FROM CUSTOMER ...

DROP FROM CUSTOMER ...

DELETE FROM CUSTOMER WHERE ...

UPDATE FROM CUSTOMER ...

Feedback: The DELETE FROM operator deletes data from a SQL table

9
CORREC
T

SAP and other ERP systems:

A)

exactly mirror the operations of a company

according to consultants, are built on best practices and do not exactly line up
B)with the way a company operates

C)

D)

can be implemented with a narrow range of business processes only

None of the above

Feedback: An ERP system is an integrated enterprise system. Consultants


argue that best practices underlie the ERP systems, but companies need to
change their practices to what are required y the ERP systems. Thus ERP
systems don't exactly mirror the operations of a company.

10
CORREC
T

Common reasons for not implementing ERP systems include all of the following
except:

A)

B)

C)

D)

Few vendors are willing to sell ERP systems

ERP technology may not support specific business processes

The implementing process of an ERP system might hinder business

None of the above

Feedback: Nowadays, there are many vendors selling ERP systems.

You might also like