Exam 6: Relational Databases and SQL

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

____ are defined as a set of data that describes an instance of the entity represented by a relation.

Free
(Multiple Choice)
4.8/5
(29)
Correct Answer:
Verified

B

The cardinality constraint:

Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
Verified

C

The notation 1:N is used to specify the relationship type of one-to-many.

Free
(True/False)
4.9/5
(43)
Correct Answer:
Verified

True

A(n) ______________________________ a simplified representation of a complex entity or phenomenon.

(Short Answer)
4.9/5
(39)

Composite attributes consist of multiple subattributes.

(True/False)
4.7/5
(37)

A(n) ____ of an entity is one specific thing of the type defined by the entity.

(Multiple Choice)
4.9/5
(37)

The following table is a view of TRAINING_COMPLETED from the various data elements in High-Tech Corp.'s relational database: The following table is a view of TRAINING_COMPLETED from the various data elements in High-Tech Corp.'s relational database:    Required: a. Using proper SQL commands, develop a query to extract training data for employee Missy Pitman (employee number 11111), showing the date, hours, and training code. b. Design a table showing the output that would be generated based upon your query created above. Required: a. Using proper SQL commands, develop a query to extract training data for employee Missy Pitman (employee number 11111), showing the date, hours, and training code. b. Design a table showing the output that would be generated based upon your query created above.

(Essay)
4.7/5
(40)

Legacy systems do not usually have which of the following characteristics?

(Multiple Choice)
4.8/5
(35)

Which of the following is the entity or agent?

(Multiple Choice)
4.7/5
(40)

A collection of data representing multiple occurrences of a resource, event, or agent is known as a relation.

(True/False)
4.8/5
(33)

A primary attribute is the attribute whose value is unique for every entity that will appear in the database.

(True/False)
4.8/5
(37)

Exhibit 6-1 The following table is a view of BILLING_HOURS from the various data elements in High-Tech Corp.'s relational database. I BILLING HOURS Employee No Clieat No Date Hours Ballizug Rate B122 F26768 20010823 8 150 A632 F11555 20010823 7 100 B122 F26768 20010824 8 150 A632 F11555 20010824 6 100 B122 F26768 20010825 9 150 A632 F11555 20010825 10 100 -Refer to Exhibit 6-1. Which of the following SQL statements would extract the client number and date for every instance that an employee worked less than 8 hours any particular day?

(Multiple Choice)
4.8/5
(40)

The ______________________________ command demonstrates one of the weaknesses in most forms of SQL because the database will not enforce referential integrity.

(Short Answer)
4.9/5
(40)

Attributes are often called fields.

(True/False)
4.8/5
(40)

SQL is a powerful database language that can be used to define database systems, query the database for information, generate reports from the database, and access databases from within programs using embedded commands.

(True/False)
4.8/5
(39)

Most DBMS available today that include SQL also include mechanisms within the DBMS itself for establishing and enforcing referential integrity.

(True/False)
4.9/5
(36)

The following table is a view of BILLING_HOURS from the various data elements in ABC's relational database: The following table is a view of BILLING_HOURS from the various data elements in ABC's relational database:     Required: a. Using proper SQL commands, develop a query to extract billing data for Fleet Services (client number F11555), showing the employee number, date, hours, and billing rate. b. Design a table showing the output that would be generated based upon your query created above. Required: a. Using proper SQL commands, develop a query to extract billing data for Fleet Services (client number F11555), showing the employee number, date, hours, and billing rate. b. Design a table showing the output that would be generated based upon your query created above.

(Essay)
4.8/5
(40)

Business intelligence (BI) has been ranked as one of the top nine "key areas" of current developments in business information technology.

(True/False)
4.9/5
(37)

Which of the following is the key attribute?

(Multiple Choice)
4.8/5
(44)

Which of the following is a valid SQL command?

(Multiple Choice)
4.7/5
(37)
Showing 1 - 20 of 103
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)