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