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

The SQL statement ALTER EXISTING VIEW ViewName AS is used to modify a view.

(True/False)
4.9/5
(32)

How are SQL views handled in Microsoft Access?

(Essay)
4.9/5
(32)

The SQL MERGE statement is,effectively,the combination of the SQL INSERT and SQL UPDATE statements.

(True/False)
4.8/5
(31)

Importing Microsoft Excel data into a DMBS varies considerably from DBMS to DBMS.

(True/False)
4.7/5
(29)

SQL statements used to construct views cannot contain the ________ clause.

(Short Answer)
4.9/5
(31)

SQL statements used to construct views cannot contain the WHERE clause.

(True/False)
4.8/5
(27)

SQL triggers can be used when the DBMS receives an UPDATE request.

(True/False)
4.8/5
(29)

The Oracle DBMS supports the SQL BEFORE trigger.

(True/False)
4.9/5
(36)

Microsoft Access queries cannot use previously stored view equivalent Access queries.

(True/False)
4.9/5
(35)

An SQL virtual table is called a(n)________.

(Short Answer)
4.8/5
(34)

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 What is an SQL view,and what is it used for? Include an example based on the CUSTOMER table of the General Sales Database.

(Essay)
4.9/5
(39)

The SQL command SELECT is used to retrieve data from view instances.

(True/False)
4.8/5
(35)

What are SQL triggers and how are they used?

(Essay)
4.9/5
(36)

The SQL command ________ is used to create a virtual table.

(Short Answer)
5.0/5
(37)

The SQL statement ________ is used to delete a view from a database.

(Short Answer)
4.8/5
(40)

SQL views are used for all except ________.

(Multiple Choice)
4.9/5
(42)

Unlike typical subqueries,correlated subqueries creates "copies" of a table,and evaluate each row of the outer copy with every row of the inner copy.

(True/False)
4.8/5
(34)

SQL views can be used to hide columns.

(True/False)
4.8/5
(41)

Outer joins are completely supported in Microsoft Access.

(True/False)
4.7/5
(39)

SQL views can be used to hide table ________.

(Short Answer)
4.9/5
(28)
Showing 61 - 80 of 84
close modal

Filters

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