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

Created with That Quiz — the math test generation site with resources for other subject areas.