Exam 8: SQL Functions and Procedures

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

To remove extra spaces to the right of a value,for example,the value in a FIRST_NAME column,use the ____ function.

(Multiple Choice)
4.7/5
(34)

____________________ is the procedural language that SQL Server uses.

(Short Answer)
4.7/5
(30)

What are the three advantages of cursors?

(Essay)
4.8/5
(44)

You cannot use functions in WHERE clauses.

(True/False)
4.8/5
(40)

To handle processing of errors,include a(n)____________________ clause in stored procedure.

(Short Answer)
4.8/5
(42)

In T-SQL,all arguments start with the ampersand (&)symbol.

(True/False)
4.8/5
(42)

In SQL Server,the cursor property ____________________ means that the cursor is used for retrieval purposes only.

(Short Answer)
4.8/5
(30)

Microsoft Access supports triggers.

(True/False)
4.9/5
(43)

Oracle,SQL Server,and Access all use the ADD_MONTHS function to add the number of months to a date.

(True/False)
4.9/5
(38)

To create a stored procedure,use the CREATE PROCEDURE command.

(True/False)
4.9/5
(35)

The UPPER function allows you to manipulate numeric data.

(True/False)
4.8/5
(42)

In Microsoft Access,the ____ function displays a value in uppercase letters.

(Multiple Choice)
4.8/5
(35)

In procedural languages,you can accomplish many tasks using a single command.

(True/False)
4.9/5
(45)

A function can have more than one argument.

(True/False)
4.8/5
(42)

To call a procedure in SQL Server,use the EXEC command.

(True/False)
4.9/5
(35)

In Oracle and SQL Server,use the ____ function to truncate everything to the right of the decimal point.

(Multiple Choice)
4.9/5
(35)

If a price is 24.95,the function ROUND(PRICE,0)would result in 24.

(True/False)
4.8/5
(24)

In SQL Server,use the & symbol to concatenate columns.

(True/False)
4.8/5
(28)

In the function UPPER(LAST_NAME),the item in parentheses (LAST_NAME)is called the ____________________ for the function.

(Short Answer)
4.8/5
(37)

In Access,use the & symbol to concatenate columns.

(True/False)
4.9/5
(35)
Showing 21 - 40 of 75
close modal

Filters

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