Filters
Question type

Study Flashcards

Which of the following commands allow us to join data across multiple tables to link specific pieces of information that are of interest?


A) Select
B) Project
C) Join
D) Display

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

Which relationship type does (1:N) mean?


A) one-to-many
B) one-to-one
C) one-to-few
D) many-to-many

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

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.

Correct Answer

verifed

verified

a.
SELECT
Date,Hours,Train_Cod...

View Answer

REA stands for resources,entities and agents.

A) True
B) False

Correct Answer

verifed

verified

Which is not a step in creating a relation using SQL?


A) assign the relation a name
B) assign each attribute a name
C) specify the constraints on the attributes
D) specify the attributes of the constraints

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

In a relational database,the entity is represented as a(n) :


A) Table
B) Network
C) Field
D) Attribute

E) B) and C)
F) A) and D)

Correct Answer

verifed

verified

Relationships map and define the way in which data can be extracted from a database.

A) True
B) False

Correct Answer

verifed

verified

The mapping of the relationships between entities would be used in the development of a(n) :


A) context diagram
B) logical DFD
C) physical DFD
D) REA Model

E) A) and B)
F) B) and D)

Correct Answer

verifed

verified

The ______________________________ specifies how many occurrences of an entity can participate in the given relationship with any one occurrence of the other entity in the relationship.

Correct Answer

verifed

verified

cardinalit...

View Answer

In a relational database,a relation is defined as a collection of data representing multiple occurrences of the following except:


A) a resource
B) an event
C) an activity
D) an agent

E) B) and C)
F) C) and D)

Correct Answer

verifed

verified

A(n) ____ is an item of data that characterizes an entity or relationship.


A) agent
B) composite attribute
C) attribute
D) instance

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

The cardinality constraint is used to specify both the minimum and maximum participation of one entity in the relationship with the other entity.

A) True
B) False

Correct Answer

verifed

verified

An entity can be classified as all of the following except:


A) resource
B) event
C) tuple
D) agent

E) A) and C)
F) A) and B)

Correct Answer

verifed

verified

For the following entity and attribute model,what would be the key attribute of the Students entity? For the following entity and attribute model,what would be the key attribute of the Students entity?   A)  social security number B)  name C)  address D)  street


A) social security number
B) name
C) address
D) street

E) B) and C)
F) A) and D)

Correct Answer

verifed

verified

A collection of data representing multiple occurrences of a resource,event,or agent is known as a(n)______________________________.

Correct Answer

verifed

verified

A recursive relationship occurs between two different instances of an entity.

A) True
B) False

Correct Answer

verifed

verified

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.

A) True
B) False

Correct Answer

verifed

verified

Spreadsheets that are kept offline to an organization's enterprise systems can improve internal control.

A) True
B) False

Correct Answer

verifed

verified

Composite attributes consist of multiple subattributes.

A) True
B) False

Correct Answer

verifed

verified

Attributes that consist of multiple subattributes are referred to as ______________________________.

Correct Answer

verifed

verified

composite ...

View Answer

Showing 61 - 80 of 102

Related Exams

Show Answer