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