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