Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Computer Science Study Set 1
Quiz 8: Data Abstractions
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Essay
Given the relation Employees containing the attributes Name, Address, and BirthDate, what question is answered by the following sequence of operations? Temp
ā
\leftarrow
ā
SELECT from Employees where BirthDate < "January 4, 1975" Result
ā
\leftarrow
ā
PROJECT Name from Temp ________________________________
Question 22
Short Answer
Place an X in the space before those requests below that require data mining techniques rather than traditional database techniques. Leave the other spaces blank. _____ Identify all shoppers who bought dog food last week. _____ Identify items that tend to be purchased by common shoppers. _____ Identify any correlation between time-of-day and items purchased. _____ Identify the items purchased during the first hour after opening the store.
Question 23
Essay
Given the relation Parts containing the attributes PartName, PartNumber, and SupplierID as well as the relation Suppliers containing the attributes SupplierID, Address, FaxNumber, write a sequence of SELECT, PROJECT, and JOIN operations to obtain the supplier identifications and fax numbers for all the suppliers that supply the part whose part number is X4J26.
Question 24
Essay
What information is available from a relational database containing one relation with the attributes Name, Employee identification number, and Address that is not available from a database containing two relations, one with attributes Name and Address and the other with attributes Address and Employee identification number? Explain your answer.
Question 25
Short Answer
Place an X in the space before those questions whose answers might be obtained by means of sequential pattern analysis. Leave the other spaces blank. _____ What are progressing stages in youthful behavior that led to criminal activity? _____ What are the symptoms of the various stages of a particular progressing disease? _____ What crimes does a particular judge punish most harshly? _____ What items had the highest sales volume last week?
Question 26
Essay
List four data mining techniques. _____________________ _____________________ _____________________ _____________________
Question 27
Short Answer
Given a relation called People whose attributes are Name, Father, and Mother (containing each person's name as well as the name of that person's parents), write an SQL statement to obtain a list of all the children of Nathan.