Premium Essay

Cisp351

In:

Submitted By bisteclol
Words 7421
Pages 30
CISN 351: Review Questions
Chapter 2

2.1 What is a business intelligence (BI) system?

2.2 What is an ad-hoc query?

2.3 What does SQL stand for, and what is SQL?

2.4 What does SKU stand for? What is an SKU?

2.5 Summarize how data were altered and filtered in creating the Cape Codd data extraction.

2.6 Explain, in general terms, the relationships among the RETAIL_ORDER, ORDER_ITEM, and SKU_DATA tables.

2.7 Summarize the background of SQL.

2.8 What is SQL-92? How does it relate to SQL statements in this chapter?

2.9 What features have been added to SQL in versions subsequent to the SQL-92?

2.10 Why is SQL described as a data sublanguage?

2.11 What does DML stand for? What are DML statements?

2.12 What does DDL stand for? What are DDL statements?

2.13 What is the SQL SELECT /FROM/WHERE framework?

2.14 Explain how Access uses SQL.

2.15 Explain how enterprise-class DBMS products use SQL.

2.16 There is an intentional flaw in the design of the INVENTORY table used in these exercises. This flaw was purposely included in the INVENTORY tables so that you can answer some of the following questions using only that table. Compare the SKU and INVENTORY tables, and determine what design flaw is included in INVENTORY. Specifically, why did we include it?

2.17 Write an SQL statement to display SKU and SKU_Description.

2.18 Write an SQL statement to display SKU_Description and SKU.

2.19 Write an SQL statement to display Warehouse.

2.20 Write an SQL statement to display Warehouse with no duplications.

2.21 Write an SQL statement to display all of the columns without using *.

2.22 Write an SQL statement to display all of the columns using *.

2.23 Write an SQL statement to display all data on products having a QuantityOnHand

Similar Documents