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 ________.

(Multiple Choice)
4.9/5
(43)

The SQL statement used to modify a view is ________.

(Multiple Choice)
4.8/5
(38)

You can add columns to a preexisting table using the INSERT clause in an SQL ALTER TABLE statement.

(True/False)
4.9/5
(33)

One of the limitations of Microsoft Access 2016 is that is does not include application development tools.

(True/False)
4.9/5
(34)

SQL triggers use the SQL keywords BEFORE,INSTEAD OF,and AFTER.

(True/False)
4.9/5
(32)

SQL views can be used to display the results of ________.

(Short Answer)
4.9/5
(34)

The SQL keyword ORDER BY can be used with SELECT statements that are retrieving data from view instances to sort the results of the SELECT.

(True/False)
4.8/5
(28)

A relational database table meets the definition of a set.

(True/False)
4.9/5
(33)

SQL triggers can be used when the DBMS receives a(n)________ request.

(Multiple Choice)
4.9/5
(32)

Which of the following is an SQL trigger that Microsoft SQL Server supports?

(Multiple Choice)
5.0/5
(36)

The SQL statement ________ is used to modify a view.

(Short Answer)
4.8/5
(36)

SQL views can be used to layer built-in SQL functions.

(True/False)
4.7/5
(26)

Since an SQL view is essentially a stored query,Microsoft Access ________ can be used to implement SQL view equivalents.

(Short Answer)
4.9/5
(31)

SQL views can be used to layer ________.

(Short Answer)
4.8/5
(32)

The SQL UNION operator is supported by all DBMS products.

(True/False)
4.7/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 Write the SQL statement to create a view named CustomerSalesRepView that displays the customer name as CustomerName and the associated sales rep name SaleRepresentativeName from the GENERAL SALES DATABASE.

(Essay)
4.9/5
(27)

What is the first stage in the logical process flow of a User-Defined function?

(Multiple Choice)
4.8/5
(34)

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 in the table underlying the view.

(True/False)
4.7/5
(41)

An SQL virtual table is called a view.

(True/False)
4.9/5
(38)

Similar to correlated subqueries,queries on recursive relationships use aliases (copies)of the same table.

(True/False)
4.8/5
(30)
Showing 21 - 40 of 84
close modal

Filters

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