Exam 7: Information Retrieval From Relational Databases
Exam 1: An Introduction to Integrated Enterprise Information Systems51 Questions
Exam 2: Representation and Patterns55 Questions
Exam 3: The REA Enterprise Ontology62 Questions
Exam 4: The REA Enterprise Ontology: Business Process Modeling55 Questions
Exam 5: Task Level Modeling63 Questions
Exam 6: Relational Database Design54 Questions
Exam 7: Information Retrieval From Relational Databases55 Questions
Exam 8: The Sales/Collection Business Process55 Questions
Exam 9: The Acquisitio/Payment Business Process55 Questions
Exam 10: View Integration and Implementation Compromises55 Questions
Exam 11: The Conversion Business Process55 Questions
Exam 12: The Human Resource Business Process54 Questions
Exam 13: The Financing Business Process55 Questions
Exam 14: Enterprise System Risks and Controls60 Questions
Exam 15: ERP Systems and E-Commerce51 Questions
Select questions type
Which of the following are the relational algebra operators that accomplish the logic underlying most basic queries?
(Multiple Choice)
4.7/5
(29)
What tool may be used in Microsoft Access querying to create horizontal calculations by pointing and clicking on field names and on mathematical operators?
(Short Answer)
4.8/5
(34)
Which of the following join types will produce only the rows for which two tables' common attribute values match exactly:
(Multiple Choice)
4.9/5
(33)
Three tables exist in a relational database as follows:
Which records from the Driver table would a Left Outer Join query of Driver (left table) to AssignmentDriverTruck (right table) include in its answer?

(Short Answer)
4.7/5
(46)
Which of the following SQL statements will sum the total number of items from the Inventory table's Quantity column?
(Multiple Choice)
5.0/5
(33)
A database includes the following tables. Design a query to identify the notebook computers whose condition worsened while they were checked out. The higher the number, the better the condition of the computer. Include the computer's ID, the ID of the employee who checked it out, the date it was checked out, the condition in which it was checked out, the date it was checked back in, and the condition in which it was checked back in. You may either write the query in SQL code or fill in the appropriate fields in the blank QBE design grid that follows the tables. The blank QBE design grid includes the "Total" line in case the query requires it; if the query does not use it, be sure to cross it off.



(Essay)
4.8/5
(40)
Under what conditions does a valid SQL statement not include a WHERE clause?
(Multiple Choice)
5.0/5
(38)
What type of query in Microsoft Access allows a user to run the same query with different specified criteria without changing the query design?
(Short Answer)
4.7/5
(37)
Given the Sale and Cash Receipt relational database tables below, which of the following answers would be produced by the query statement
SELECT Sum(Amount)
FROM Sale
WHERE Date >=6/30/02;



(Multiple Choice)
4.8/5
(39)
Relational Algebra allows for multiple operations in a single query.
(True/False)
4.8/5
(39)
The approach to providing information for decision makers that allows users to create their own queries as needed is called
(Multiple Choice)
4.7/5
(34)
A database includes the following tables and design for a query, Query3, illustrated in both Microsoft Access QBE and SQL formats.
(a) What is the result of the Query3 design applied to the tables?
(b) If the goal is to identify the notebook computer makers of the computers that have not required any maintenance (including the NCID and the Maker name), does Query3 provide the needed information?
(c) If the answer to (b) is no, what errors need to be corrected in Query3?
(d) Once the query is corrected, what should the result look like?


(Essay)
4.8/5
(37)
What will be the result of the following Microsoft Access QBE query of the CashDisbursement table?


(Essay)
4.7/5
(39)
The criteria field in the query design for Microsoft Access accepts Relational Algebra language syntax.
(True/False)
4.8/5
(38)
Given the Sale and Cash Receipt relational database tables below, which of the relational algebra operators are needed to determine the unpaid balance due for each sale? Assume the only fields the user wants to appear in the query solution are SaleID and Balance Due, and also assume the user wants sales with zero balances to be included in the query solution. 

(Multiple Choice)
4.9/5
(38)
Given the following tables and query, what is the most likely result?




(Multiple Choice)
4.8/5
(43)
What will be the result of the following SQL statement applied to the CashDisbursement table?
CashDisbursement
SELECT Sum(Amount)
FROM CashDisbursement
WHERE Date <=2/05/2010 AND PayeeID > 40204;

(Short Answer)
4.8/5
(41)
A query in Microsoft Access takes a subset of data contained in a table and creates another table on which you can perform multiple queries.
(True/False)
4.9/5
(38)
Showing 21 - 40 of 55
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)