InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a mathematical function?(a) ATN2(b) POWER(c) PI(d) CEILThe question was posed to me in an online interview.The query is from Builtin Functions topic in chapter Laying the Foundation of SQL Server |
|
Answer» RIGHT choice is (d) CEIL The explanation is: SQL Server has CEILING function to get the smallest integer GREATER than the specified expression. |
|