Exam 10: Selected Single-Row Functions
Exam 1: Overview of Database Concepts108 Questions
Exam 2: Basic SQL Select Statements121 Questions
Exam 3: Table Creation and Management136 Questions
Exam 4: Constraints132 Questions
Exam 5: Data Manipulation and Transaction Control136 Questions
Exam 6: Additional Database Objects138 Questions
Exam 7: User Creation and Management130 Questions
Exam 8: Restricting Rows and Sorting Data132 Questions
Exam 9: Joining Data From Multiple Tables119 Questions
Exam 10: Selected Single-Row Functions133 Questions
Exam 11: Group Functions137 Questions
Exam 12: Subqueries and Merge Statements131 Questions
Exam 13: Views133 Questions
Select questions type
Which of the following represents the number of days that have passed since January 1,4712 B.C.?
(Multiple Choice)
4.8/5
(36)
Which of the following functions can be used to specify a list of alternative actions that should be taken depending upon a stated value?
(Multiple Choice)
4.9/5
(29)
Which of the following functions can be used to determine the date one month after a specified date?
(Multiple Choice)
4.9/5
(29)
Which of the following format argument elements indicates that the name of the day of the week for the specified date should be displayed?
(Multiple Choice)
4.7/5
(44)
Which of the following keywords will return the value of the date according to the computer?
(Multiple Choice)
4.8/5
(40)
Which of the following functions is similar to using the (| |)symbol to combine the contents of two character strings?
(Multiple Choice)
4.9/5
(28)
Which of the following functions can be used to convert a character string to upper-case letters?
(Multiple Choice)
4.7/5
(32)
Contents of the CUSTOMERS table
Note: The ST column name is truncated,this represents the STATE column.
-Based upon the contents of the CUSTOMERS table,which of the following will display the shipping location as:
City,State Zip

(Multiple Choice)
4.8/5
(30)
The MONTHS_BETWEEN function can be used to determine the number of months between two dates
(True/False)
4.9/5
(38)
The NULLIF function is often combined with the NVL2 function to display a descriptive status._________________________
(True/False)
4.9/5
(40)
The LPAD or RPAD function can be used to add a character to extend the current contents of a column to a specified width.
(True/False)
4.8/5
(34)
Single-row functions return one row of results for each group or category of rows processed._________________________
(True/False)
4.8/5
(35)
The RTRIM function can be used to remove a specific set of characters from the right side of a set of data values._________________________
(True/False)
4.9/5
(43)
Which of the following is a table provided in Oracle which can be helpful for testing functions?
(Multiple Choice)
4.8/5
(32)
The TO_CHAR function can be used to format what types of data?
(Multiple Choice)
4.9/5
(40)
Contents of ORDERS table
Note: Column names are truncated as follows: SH = SHIPSTATE and SHIPZ = SHIPZIP.
-Based upon the contents of the ORDERS table,which of the following SQL statements will display the ship date for order 1006 as April 2,2002?

(Multiple Choice)
4.9/5
(34)
When functions are nested,the ____ function is solved last.
(Multiple Choice)
4.9/5
(36)
Which of the following functions can be used to remove a specific set of characters from the left side of a set of data values?
(Multiple Choice)
4.9/5
(42)
Contents of the CUSTOMERS table
Note: The ST column name is truncated,this represents the STATE column.
-Which of the following is a valid SQL statement based upon the contents of the CUSTOMERS table?

(Multiple Choice)
4.8/5
(34)
Include DAY in a format argument of the TO_CHAR function to spell out the day of the week in the specified date._________________________
(True/False)
4.7/5
(36)
Showing 61 - 80 of 133
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)