Exam 12: Introduce the topic of importing Microsoft Excel 2016 data into a database table

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

Microsoft Access supports standard SQL view statements.

(True/False)
4.9/5
(35)

The SQL Server DBMS supports the SQL BEFORE trigger.

(True/False)
4.9/5
(39)

SQL triggers are used for all uses except ________.

(Multiple Choice)
4.9/5
(29)

Use the database below to answer the following question. GENERAL SALES DATABASE: SALESREP SalesRepNo RepName HireDate 654 Jones 01/02/1999 734 Smith 02/03/2000 345 Chen 01/25/1998 434 Johnson 11/23/1998 CUSTOMER CustNo CustName Balance SalesRepNo 9870 Winston 500 345 8590 Gonzales 350 434 7840 Harris 800 654 4870 Miles 100 345 Given that a view named CustomerSalesRepView that displays the customer name as CustomerName and the associated sales rep name as SalesRepresentativeName has been created for the GENERAL SALES DATABASE,write the SQL code to use the view to display the customer name and associated sales rep name sorted by customer name.

(Essay)
4.8/5
(29)

SQL statements used to construct views cannot contain ________.

(Multiple Choice)
4.7/5
(43)

The SQL command CREATE VIEW is used to create view structures.

(True/False)
4.8/5
(38)

Use the database below to answer the following question. GENERAL SALES DATABASE: SALESREP SalesRepNo RepName HireDate 654 Jones 01/02/1999 734 Smith 02/03/2000 345 Chen 01/25/1998 434 Johnson 11/23/1998 CUSTOMER CustNo CustName Balance SalesRepNo 9870 Winston 500 345 8590 Gonzales 350 434 7840 Harris 800 654 4870 Miles 100 345 Using the CUSTOMERBalance column as the column providing the data,create a view to display the results of a computed column.Specifically,assume that all customers are required to maintain a minimum balance of 100,and use the view to display customer name and a number named BalanceOverMinimum that calculates (Balance - 100)for all customers in the GENERAL SALES DATABASE.

(Essay)
4.9/5
(41)

SQL views can be used to hide rows.

(True/False)
4.8/5
(35)

Microsoft Access queries ________.

(Multiple Choice)
4.8/5
(32)

Because SQL stored procedures allow and encourage code sharing among developers,stored procedures give database application developers the advantages of all except ________.

(Multiple Choice)
4.8/5
(41)

SQL views are constructed from SQL ________ statements.

(Short Answer)
4.9/5
(44)

Stored procedures have the advantage of greater security,decreased network traffic,SQL optimized by the DBMS compiler,and code sharing.

(True/False)
4.9/5
(38)

When an SQL SELECT statement is used to retrieve data from a view instance,the maximum number of columns that can be specified in the SELECT is the same as the number of columns ________.

(Multiple Choice)
4.8/5
(25)

Correlated subqueries do exactly the same type of work as join queries.

(True/False)
4.9/5
(25)

What is not a reason to use the SQL ALTER TABLE statement?

(Multiple Choice)
4.8/5
(41)

Because SQL stored procedures allow and encourage code sharing among developers,stored procedures give database application developers the advantages of less work,standardized processing,and specialization among developers.

(True/False)
4.8/5
(45)

The LEFT and RIGHT keywords can be used to include unmatched rows into the results.

(True/False)
4.8/5
(29)

The SQL statement DROP VIEW ViewName is used to delete a view from a database.

(True/False)
4.8/5
(39)

SQL views can be used to display the results of computed columns.

(True/False)
4.7/5
(34)

SQL view instances are retrieved using the ________.

(Multiple Choice)
4.9/5
(32)
Showing 41 - 60 of 84
close modal

Filters

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