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

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