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

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