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