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