InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) Windowing functions were added to the standard SQL:2003(b) Windowing functions were added to the standard SQL:2008(c) Windowing functions were added to the standard SQL:2012(d) Windowing functions were added to the standard SQL:2014The question was posed to me in an online interview.Query is from Windowing topic in portion Manipulating Data with Select of SQL Server |
|
Answer» RIGHT option is (a) Windowing functions were ADDED to the STANDARD SQL:2003 Best explanation: Windowing functions were added to the standard SQL:2003 that is managed by the ISO and it was SPECIFIED in more detail in SQL:2008. |
|