Exam 12: Sql Views SQL/PSM and Importing Data

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

Use the database below to answer the following question. GENERAL SALES DATABASE: SALESREP SalesRepNe RepName HireDate 654 Jones 01/02/1999 734 Smith 02/03/2000 345 Chen 01/25/1998 434 Johnson 11/23/1998 CUSTOMER  Use the database below to answer the following question. GENERAL SALES DATABASE: SALESREP  \begin{array} { | l | l | l | }  \hline \text { SalesRepNe } & \text { RepName } & \text { HireDate } \\ \hline 654 & \text { Jones } & 01 / 02 / 1999 \\ \hline 734 & \text { Smith } & 02 / 03 / 2000 \\ \hline 345 & \text { Chen } & 01 / 25 / 1998 \\ \hline 434 & \text { Johnson } & 11 / 23 / 1998 \\ \hline \end{array}    CUSTOMER    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. 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
(37)

Which of the following is an SQL trigger that Oracle supports?

(Multiple Choice)
4.8/5
(38)

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

(True/False)
5.0/5
(35)

SQL views can be used to hide complicated SQL syntax.

(True/False)
4.8/5
(31)

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

(True/False)
4.9/5
(33)

The SQL Server DBMS supports the SQL BEFORE trigger.

(True/False)
4.8/5
(33)

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.9/5
(27)

Stored procedures have the advantage of ________.

(Multiple Choice)
4.8/5
(28)

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

(True/False)
4.8/5
(33)

Microsoft Access ________ can use previously stored view equivalent Access queries the same way an SQL SELECT statement uses SQL views.

(Short Answer)
4.8/5
(34)
Showing 61 - 70 of 70
close modal

Filters

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