Deck 10: Selected Single Row Functions

ملء الشاشة (f)
exit full mode
سؤال
The ADD_MONTHS function is used to add one month to a specified date.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
The LENGTH function is used to determine the number of rows in a table.
سؤال
A positive number is used in the ROUND function to indicate that numeric data should be rounded to the indicated position to the right of the decimal point.
سؤال
The LTRIM function can be used to remove a specific number of characters from the left side of a set of data.
سؤال
Case conversion functions can only be used in the SELECT clause of a SELECT statement.
سؤال
Character functions can be used to change the case of characters or to manipulate characters.
سؤال
The INSTR function is used to return a portion of a character string.
سؤال
LOWER, UPPER, and INITCAP functions are all character manipulation functions.
سؤال
Single-row functions return one row of results for each group or category of rows processed.
سؤال
The INITIALCAP function can be used to convert character strings to mixed-case characters.
سؤال
The REPLACE function is used to substitute one character string for another character string in a set of data.
سؤال
A Julian date is the number of days that have passed between a specific date and January 1, 4712 B.C.
سؤال
The TRUNC function can be used to add insignificant zeros to the right of a decimal point for numeric data.
سؤال
To calculate the difference between two date columns, you must use the TO_DATE function.
سؤال
The LPAD or RPAD function can be used to add a character to extend the current contents of a column to a specified width.
سؤال
The LOWER function can be used to display upper-case characters in lower-case.
سؤال
The NEXT_DAY function is used to determine the next occurrence of a specific day of the week that will occur after the specified date.
سؤال
The MONTHS_BETWEEN function can be used to determine the number of months between two dates.
سؤال
When a function is used in a SELECT statement, it only affects how the data are displayed in the results.
سؤال
The CONCAT function is used to store the contents of two columns into one column.
سؤال
The  SUBSTR \underline { \text { SUBSTR } } function is used to substitute one character string for another in a set of data. _________________________
سؤال
A single-row function can be used with the DUAL table.
سؤال
Only a DATE function can be nested inside another DATE function.
سؤال
Use MON in the format argument to spell out the specified month.
سؤال
 Single-row \underline { \text { Single-row } } functions return one row of results for each group or category of rows processed. _________________________
سؤال
The  UPPER \underline { \text { UPPER } } function can be used to display upper-case characters in lower-case. _________________________
سؤال
The DECODE function allows the user to specify different actions to be taken, depending on the value being used for the comparison.
سؤال
You can determine the number of characters in a column by using the  COUNT \underline {\text { COUNT } } function. _________________________
سؤال
The TO_CHAR function can be used to add a dollar sign ($) to a numeric value.
سؤال
You must include the MI element in the format argument of a TO_CHAR function to include the minutes when displaying time.
سؤال
The table called DUMMY consists of a blank holding area that can be referenced by a user.
سؤال
The  CONCAT \underline { \text { CONCAT } } function can be used to concatenate the data contained in two columns. _________________________
سؤال
 INITCAP \underline { \text { INITCAP } } can be used to convert character strings to mixed-case characters. _________________________
سؤال
The NVL function can be used to include records containing null values in calculations.
سؤال
LOWER, UPPER, and INITCAP functions are all  character manipulation \underline {\text { character manipulation } } functions. _________________________
سؤال
The  RTRIM \underline { \text { RTRIM } } function can be used to remove a specific set of characters from the right side of a set of data values. _________________________
سؤال
When functions are nested, the outer function is solved or executed first.
سؤال
To indicate that the numeric value of the day of the year for a date is being specified, include DAY in format argument of the TO_DATE function.
سؤال
The  SUBSTR \underline { \text { SUBSTR } } function is used to return a portion of a character string. _________________________
سؤال
To add a series of asterisks (*) to a column with the intent of extending it to a specific length, you can use the  LPAD or RPAD \underline {\text { LPAD or RPAD }} function. _________________________
سؤال
The  SOUND \underline {\text { SOUND } } function is used to determine the phonetic representation of a character string. _________________________
سؤال
Which of the following functions can be used to convert a character string to upper-case letters?

A) UPPER
B) UP
C) UPPERCASE
D) UPPERCAP
سؤال
Including  MONTH \underline {\text { MONTH } } in the format argument of the TO_DATE function indicates that the month is spelled out in the specified date. _________________________
سؤال
The YR\underline{YR} element can be included in a format argument of the TO_CHAR function to spell out the year of the specified date. _________________________
سؤال
The  NVL2 \underline {\text { NVL2 }} function allows different options to be selected, based upon whether a NULL value exists. _________________________
سؤال
The  ROUND \underline {\text { ROUND } } function can be used to truncate numeric data. _________________________
سؤال
Include  DAY \underline {\text { DAY } } in a format argument of the TO_CHAR function to spell out the day of the week in the specified date. _________________________
سؤال
Which of the following is an accurate statement?

A) When the LOWER function is used in a SELECT clause, it will automatically store the data in lower-case letters in the database table.
B) When the LOWER function is used in a SELECT clause, the function stays in effect for the remainder of that user's session.
C) When the LOWER function is used in a SELECT clause, the function only stays in effect for the duration of that SQL statement.
D) none of the above
سؤال
A Julian date represents the number of  hours \underline {\text { hours } } that have passed since January 1, 4712 B.C. _________________________
سؤال
When functions are nested, the  inner \underline {\text { inner }} function is solved first. _________________________
سؤال
 SYSTEMDATE \underline {\text { SYSTEMDATE } } can be used to include the computer's date in a SQL statement. _________________________
سؤال
The  ROUND \underline {\text { ROUND } } function can be used to round numeric data to the left or right of the decimal point. _________________________
سؤال
The  NEXT DATE \underline {\text { NEXT DATE } } function is used to determine the next occurrence of a specific day of the week after a given date. _________________________
سؤال
Any of the single-row functions covered in this chapter can be used with the  DUAL\underline { \text { DUAL} } table. _________________________
سؤال
Which of the following returns one row of results for each record processed?

A) single-row function
B) multiple-row function
C) aggregate function
D) all of the above
سؤال
Which of the following functions can be used to convert a character string to lower-case letters?

A) LOW
B) LOWER
C) SMALLER
D) SMALLCAP
سؤال
The  NULLIF \underline { \text { NULLIF } } function is often combined with the NVL2 function to display a descriptive status. _________________________
سؤال
The  TO CHAR \underline {\text { TO CHAR } } function can be used to display insignificant zeros. _________________________
سؤال
The format argument in the TO_CHAR function must be enclosed in  double \underline {\text { double }} quotation marks. _________________________
سؤال
Which of the following refers to a predefined block of code?

A) parameters
B) arguments
C) functions
D) syntax
سؤال
Which of the following functions can be used to change the format of a date that has been entered by a user to the default storage format use by Oracle11g?

A) TO_CHAR
B) TO_DATE
C) DEFAULT
D) DATE
سؤال
Which of the following represents the number of days that have passed since January 1, 4712 B.C.?

A) Cartesian date
B) Julian date
C) Extended date
D) none of the above
سؤال
Which of the following format argument elements indicates that the name of the day of the week for the specified date should be displayed?

A) DDD
B) DD
C) D
D) DAY
سؤال
Which of the following functions can be used to determine the next occurrence of a specific day of the week after a given date?

A) NEXT_DATE
B) DATE_NEXT
C) NEXT_DAY
D) NEXT_DDD
سؤال
Which of the following functions is similar to using the (| |) symbol to combine the contents of two character strings?

A) CONCAT
B) CONCATENATION
C) CAT
D) CONCATEN
سؤال
Which of the following format elements will display the value of Friday in a specified date as a 6?

A) D
B) DD
C) DDD
D) DAY
سؤال
Which of the following functions will round the numeric data to no decimal places?

A) ROUND(34.21, 1)
B) ROUND(34.21, -1)
C) ROUND(34.21, NONE)
D) ROUND(34.21, 0)
سؤال
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?

A) LTRIM
B) RTRIM
C) FULLTRIM
D) both a and b
سؤال
Which of the following can be used to replace a specific set of characters with another set of characters?

A) SUBSTR
B) REPLACE
C) FNDRPLCE
D) none of the above
سؤال
Which of the following statements will produce the value 21.1?

A) SELECT ROUND(21.12, 1) FROM dual;
B) SELECT ROUND(21.12, -1) FROM dual;
C) SELECT ROUND(21.12, 0) FROM dual;
D) none of the above
سؤال
Which of the following functions is used to determine the number of months between two date values?

A) MONTH_BETWEEN
B) MONTHS_BETWEEN
C) MTH_BETWEEN
D) MNTH_BETWEEN
سؤال
Which of the following functions can be used to fill a character string to a specific width?

A) LPAD
B) RPAD
C) LFILL
D) both a and b
سؤال
Which of the following format elements can be used to display the three-letter abbreviation for Wednesday?

A) DDD
B) DD
C) DAY
D) DY
سؤال
Which of the following functions will truncate a numeric value to a specific position?

A) TRUNCATE
B) TRUNC
C) TRUND
D) none of the above
سؤال
Which of the following functions determines the number of characters in a character string?

A) COUNT
B) NUMBER
C) LENGTH
D) none of the above
سؤال
Which of the following functions can be used to determine the date one month after a specified date?

A) ADD_MONTH
B) ADD_MONTHS
C) ONE_MONTH
D) NEXT_MONTH
سؤال
What is the maximum number of columns or character strings that can be combined through a single CONCAT function?

A) two
B) three
C) four
D) eight
سؤال
Which of the following is used to return a portion of a character string?

A) SUBSTR
B) SUBSTRING
C) PARTSTR
D) PORTION
سؤال
Which of the following functions will convert the first letter of each word to an upper-case letter and the remaining letters of the word to lower-case letters?

A) INITIALCAPITAL
B) INITIALCAP
C) UPPERFIRST
D) none of the above
سؤال
Which of the following functions can be used to substitute another value for a NULL value during calculations?

A) NVL
B) NULLVAL
C) NULVAL
D) NLV
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/133
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 10: Selected Single Row Functions
1
The ADD_MONTHS function is used to add one month to a specified date.
False
2
The LENGTH function is used to determine the number of rows in a table.
False
3
A positive number is used in the ROUND function to indicate that numeric data should be rounded to the indicated position to the right of the decimal point.
True
4
The LTRIM function can be used to remove a specific number of characters from the left side of a set of data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
5
Case conversion functions can only be used in the SELECT clause of a SELECT statement.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
6
Character functions can be used to change the case of characters or to manipulate characters.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
7
The INSTR function is used to return a portion of a character string.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
8
LOWER, UPPER, and INITCAP functions are all character manipulation functions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
9
Single-row functions return one row of results for each group or category of rows processed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
10
The INITIALCAP function can be used to convert character strings to mixed-case characters.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
11
The REPLACE function is used to substitute one character string for another character string in a set of data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
12
A Julian date is the number of days that have passed between a specific date and January 1, 4712 B.C.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
13
The TRUNC function can be used to add insignificant zeros to the right of a decimal point for numeric data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
14
To calculate the difference between two date columns, you must use the TO_DATE function.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
15
The LPAD or RPAD function can be used to add a character to extend the current contents of a column to a specified width.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
16
The LOWER function can be used to display upper-case characters in lower-case.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
17
The NEXT_DAY function is used to determine the next occurrence of a specific day of the week that will occur after the specified date.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
18
The MONTHS_BETWEEN function can be used to determine the number of months between two dates.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
19
When a function is used in a SELECT statement, it only affects how the data are displayed in the results.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
20
The CONCAT function is used to store the contents of two columns into one column.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
21
The  SUBSTR \underline { \text { SUBSTR } } function is used to substitute one character string for another in a set of data. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
22
A single-row function can be used with the DUAL table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
23
Only a DATE function can be nested inside another DATE function.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
24
Use MON in the format argument to spell out the specified month.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
25
 Single-row \underline { \text { Single-row } } functions return one row of results for each group or category of rows processed. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
26
The  UPPER \underline { \text { UPPER } } function can be used to display upper-case characters in lower-case. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
27
The DECODE function allows the user to specify different actions to be taken, depending on the value being used for the comparison.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
28
You can determine the number of characters in a column by using the  COUNT \underline {\text { COUNT } } function. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
29
The TO_CHAR function can be used to add a dollar sign ($) to a numeric value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
30
You must include the MI element in the format argument of a TO_CHAR function to include the minutes when displaying time.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
31
The table called DUMMY consists of a blank holding area that can be referenced by a user.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
32
The  CONCAT \underline { \text { CONCAT } } function can be used to concatenate the data contained in two columns. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
33
 INITCAP \underline { \text { INITCAP } } can be used to convert character strings to mixed-case characters. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
34
The NVL function can be used to include records containing null values in calculations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
35
LOWER, UPPER, and INITCAP functions are all  character manipulation \underline {\text { character manipulation } } functions. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
36
The  RTRIM \underline { \text { RTRIM } } function can be used to remove a specific set of characters from the right side of a set of data values. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
37
When functions are nested, the outer function is solved or executed first.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
38
To indicate that the numeric value of the day of the year for a date is being specified, include DAY in format argument of the TO_DATE function.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
39
The  SUBSTR \underline { \text { SUBSTR } } function is used to return a portion of a character string. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
40
To add a series of asterisks (*) to a column with the intent of extending it to a specific length, you can use the  LPAD or RPAD \underline {\text { LPAD or RPAD }} function. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
41
The  SOUND \underline {\text { SOUND } } function is used to determine the phonetic representation of a character string. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
42
Which of the following functions can be used to convert a character string to upper-case letters?

A) UPPER
B) UP
C) UPPERCASE
D) UPPERCAP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
43
Including  MONTH \underline {\text { MONTH } } in the format argument of the TO_DATE function indicates that the month is spelled out in the specified date. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
44
The YR\underline{YR} element can be included in a format argument of the TO_CHAR function to spell out the year of the specified date. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
45
The  NVL2 \underline {\text { NVL2 }} function allows different options to be selected, based upon whether a NULL value exists. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
46
The  ROUND \underline {\text { ROUND } } function can be used to truncate numeric data. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
47
Include  DAY \underline {\text { DAY } } in a format argument of the TO_CHAR function to spell out the day of the week in the specified date. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
48
Which of the following is an accurate statement?

A) When the LOWER function is used in a SELECT clause, it will automatically store the data in lower-case letters in the database table.
B) When the LOWER function is used in a SELECT clause, the function stays in effect for the remainder of that user's session.
C) When the LOWER function is used in a SELECT clause, the function only stays in effect for the duration of that SQL statement.
D) none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
49
A Julian date represents the number of  hours \underline {\text { hours } } that have passed since January 1, 4712 B.C. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
50
When functions are nested, the  inner \underline {\text { inner }} function is solved first. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
51
 SYSTEMDATE \underline {\text { SYSTEMDATE } } can be used to include the computer's date in a SQL statement. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
52
The  ROUND \underline {\text { ROUND } } function can be used to round numeric data to the left or right of the decimal point. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
53
The  NEXT DATE \underline {\text { NEXT DATE } } function is used to determine the next occurrence of a specific day of the week after a given date. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
54
Any of the single-row functions covered in this chapter can be used with the  DUAL\underline { \text { DUAL} } table. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
55
Which of the following returns one row of results for each record processed?

A) single-row function
B) multiple-row function
C) aggregate function
D) all of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
56
Which of the following functions can be used to convert a character string to lower-case letters?

A) LOW
B) LOWER
C) SMALLER
D) SMALLCAP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
57
The  NULLIF \underline { \text { NULLIF } } function is often combined with the NVL2 function to display a descriptive status. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
58
The  TO CHAR \underline {\text { TO CHAR } } function can be used to display insignificant zeros. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
59
The format argument in the TO_CHAR function must be enclosed in  double \underline {\text { double }} quotation marks. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
60
Which of the following refers to a predefined block of code?

A) parameters
B) arguments
C) functions
D) syntax
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
61
Which of the following functions can be used to change the format of a date that has been entered by a user to the default storage format use by Oracle11g?

A) TO_CHAR
B) TO_DATE
C) DEFAULT
D) DATE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
62
Which of the following represents the number of days that have passed since January 1, 4712 B.C.?

A) Cartesian date
B) Julian date
C) Extended date
D) none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
63
Which of the following format argument elements indicates that the name of the day of the week for the specified date should be displayed?

A) DDD
B) DD
C) D
D) DAY
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
64
Which of the following functions can be used to determine the next occurrence of a specific day of the week after a given date?

A) NEXT_DATE
B) DATE_NEXT
C) NEXT_DAY
D) NEXT_DDD
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
65
Which of the following functions is similar to using the (| |) symbol to combine the contents of two character strings?

A) CONCAT
B) CONCATENATION
C) CAT
D) CONCATEN
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
66
Which of the following format elements will display the value of Friday in a specified date as a 6?

A) D
B) DD
C) DDD
D) DAY
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
67
Which of the following functions will round the numeric data to no decimal places?

A) ROUND(34.21, 1)
B) ROUND(34.21, -1)
C) ROUND(34.21, NONE)
D) ROUND(34.21, 0)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
68
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?

A) LTRIM
B) RTRIM
C) FULLTRIM
D) both a and b
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
69
Which of the following can be used to replace a specific set of characters with another set of characters?

A) SUBSTR
B) REPLACE
C) FNDRPLCE
D) none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
70
Which of the following statements will produce the value 21.1?

A) SELECT ROUND(21.12, 1) FROM dual;
B) SELECT ROUND(21.12, -1) FROM dual;
C) SELECT ROUND(21.12, 0) FROM dual;
D) none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
71
Which of the following functions is used to determine the number of months between two date values?

A) MONTH_BETWEEN
B) MONTHS_BETWEEN
C) MTH_BETWEEN
D) MNTH_BETWEEN
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
72
Which of the following functions can be used to fill a character string to a specific width?

A) LPAD
B) RPAD
C) LFILL
D) both a and b
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
73
Which of the following format elements can be used to display the three-letter abbreviation for Wednesday?

A) DDD
B) DD
C) DAY
D) DY
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
74
Which of the following functions will truncate a numeric value to a specific position?

A) TRUNCATE
B) TRUNC
C) TRUND
D) none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
75
Which of the following functions determines the number of characters in a character string?

A) COUNT
B) NUMBER
C) LENGTH
D) none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
76
Which of the following functions can be used to determine the date one month after a specified date?

A) ADD_MONTH
B) ADD_MONTHS
C) ONE_MONTH
D) NEXT_MONTH
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
77
What is the maximum number of columns or character strings that can be combined through a single CONCAT function?

A) two
B) three
C) four
D) eight
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
78
Which of the following is used to return a portion of a character string?

A) SUBSTR
B) SUBSTRING
C) PARTSTR
D) PORTION
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
79
Which of the following functions will convert the first letter of each word to an upper-case letter and the remaining letters of the word to lower-case letters?

A) INITIALCAPITAL
B) INITIALCAP
C) UPPERFIRST
D) none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
80
Which of the following functions can be used to substitute another value for a NULL value during calculations?

A) NVL
B) NULLVAL
C) NULVAL
D) NLV
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 133 في هذه المجموعة.