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