- 1. Used to compute numerical values from the column name.
A) Algebraic Functions B) Set Functions C) Aggregate Functions D) Mathematical Functions E) Scalar Functions
- 2. Used to return a single value based on a given value.
A) Mathematical Functions B) Scalar Functions C) Aggregate Functions D) Algebraic Functions E) Set Functions
- 3. Returns the number of indicated rows in a column.
A) Sum B) Max C) Count D) Min E) Avg
- 4. Returns the total of numbers in a column.
A) Count B) Min C) Avg D) Sum E) Max
- 5. Returns the largest value in a given column.
A) Max B) Avg C) Count D) Min E) Sum
- 6. Returns the smallest value in a given column.
A) Avg B) Count C) Sum D) Min E) Max
- 7. Returns the total value in a given column.
A) Max B) Min C) Sum D) Count E) Avg
- 8. Converts a field to BIG LETTERS.
A) Ucase B) Round C) Lcase D) Now E) Len
- 9. Converts a field to small letters.
A) Ucase B) Len C) Lcase D) Now E) Round
- 10. Returns the length or distance of a text field.
A) Len B) Now C) Lcase D) Round E) Ucase
- 11. Returns an estimated number based on decimals specified.
A) Round B) Len C) Now D) Lcase E) Ucase
- 12. The Ctrl command to execute SQL.
A) Ctrl+Q B) Ctrl+G C) Ctrl+R D) Ctrl+E E) Ctrl+S
- 13. These functions hold and return real numbers.
A) Scalar Functions B) Mathematical Functions C) Set Functions D) Algebraic Functions E) Aggregate Functions
- 14. A function that returns the absolute positive value of the specified numerical expression.
A) FLOOR() B) CEILING() C) ABS() D) ROUND() E) POWER()
- 15. A function that returns the smallest integer value greater than or equal to a given number.
A) CEILING() B) ROUND() C) POWER() D) FLOOR() E) ABS()
- 16. A function that returns the largest integer less than or equal to the specified column name.
A) POWER() B) FLOOR() C) ROUND() D) CEILING() E) ABS()
- 17. A function that returns the value of a given expression with specified exponential value.
A) ABS() B) CEILING() C) POWER() D) FLOOR() E) ROUND()
- 18. A function that returns an estimated numeric value to the specified length or precision.
A) POWER() B) FLOOR() C) ABS() D) CEILING() E) ROUND()
- 19. A function that returns the inverse exponential value.
A) EXP() B) GETDATE() C) SQRT() D) SYSDATETIME() E) SQUARE()
- 20. A function that returns the exponential value of the specified expression through logarithmic expression.
A) EXP() B) SQUARE() C) GETDATE() D) SYSDATETIME() E) SQRT()
- 21. A function that returns the system's chronological details where the SQL server runs. (yyyy/mm/dd hh:mm:ss)
A) EXP() B) SYSDATETIME() C) GETDATE() D) SQRT() E) SQUARE()
- 22. A function that returns chronological details where the SQL server runs.
A) SQUARE() B) GETDATE() C) SYSDATETIME() D) SQRT() E) EXP()
- 23. This function returns a character string of the specified date.
A) DAY() B) YEAR() C) DATENAME() D) DATEPART() E) MONTH()
- 24. This datepart has an abbreviation of yy, yyyy.
A) Day B) Month C) Quarter D) Week E) Year
- 25. This datepart has an abbreviation of ww.
A) Day B) Quarter C) Week D) Year E) Month
- 26. Which datepart abbreviation means Weekday?
A) wk B) dm C) dw D) dy E) wd
- 27. Which datepart abbreviation means Microsecond?
A) Ms B) Mcs C) Mcd D) mm E) Mns
- 28. This function returns an anatomical numeric value specified in a given date.
A) DATEPART() B) MONTH() C) GETDATE() D) DAY() E) DATENAME()
- 29. In DAY(), which is the day in this example?:
05/01/2025
A) 01 B) 05 C) 2025
- 30. In MONTH(), which is the month in this example?:
12/11/1947
A) 11 B) 1947 C) 12
- 31. This function returns new date value by adding a month, day, or year to the specified date.
A) ASCII() B) DATEADD() C) CHAR() D) CONCAT() E) DATEDIFF()
- 32. This function returns the number of date or time bound by boundaries.
A) DATEADD() B) DATEDIFF() C) CONCAT() D) CHAR() E) ASCII()
- 33. The most common format for text files in computers and on the Internet.
A) ISO/IEC 8859 B) UTF-16 C) UTF+8 D) Unicode E) ASCII
- 34. It returns the given code value of the given numerical ASCII value.
A) CHAR() B) CONCAT() C) DATEADD() D) ASCII() E) DATEDIFF()
- 35. It returns a single string from the given string/(s).
A) ASCII() B) DATEADD() C) CHAR() D) DATEDIFF() E) CONCAT()
- 36. It only returns the first set of a character based on the specified number of characters, dubbed
A) DATEADD() B) CONCAT() C) RIGHT() D) DATEDIFF() E) LEFT()
- 37. It only returns the last set of a character based on the specified number of characters, dubbed
A) RIGHT() B) LEFT() C) CONCAT() D) CHAR() E) ASCII()
- 38. It returns the value as to how many letters or characters present in a cell or expression.
A) LEN() B) ROUND() C) NOW() D) UCASE() E) LCASE()
- 39. This function turns small letters to BIG LETTERS.
A) LEFT() B) ROUND() C) RIGHT() D) UPPER() E) LOWER()
- 40. This function turns BIG LETTERS to small letters.
A) RIGHT() B) LOWER() C) UPPER() D) ROUND() E) LEFT()
- 41. This function removes all leading blanks of the given character expression.
A) RIGHT() B) RTRIM() C) LTRIM() D) ROUND() E) LEFT()
- 42. This function removes all trailing blanks of the given character expression.
A) RTRIM() B) RIGHT() C) ROUND() D) LEFT() E) LTRIM()
- 43. This function changes all mentioned values to new values.
A) REVERSE() B) STR() C) SPACE() D) REPLICATE() E) REPLACE()
- 44. This function makes clones of the specified value.
A) REPLICATE() B) SPACE() C) STR() D) REVERSE() E) REPLACE()
- 45. This function makes a mirrored value by inverting the order of characters.
A) REVERSE() B) REPLICATE() C) REVERSE() D) SPACE() E) STR()
- 46. It means breaking the database into several multiple files.
A) Interleaving data B) Normalization C) Data compression D) Page size E) Partitioning
- 47. It enforces the physical sequence of a table.
A) Clustering B) Indexing C) File placement D) Free spaces E) Data reorganization
- 48. It enables easier query and minimizes redundancies.
A) Normalization B) Interleaving data C) Page size D) Data compression E) Partitioning
- 49. Find the result of POWER (6, 3).
A) 216 B) 972 C) 18 D) 163 E) 318
- 50. Find the result of SQRT(324)
A) 18 B) 32 C) 25 D) 59 E) 9
|