What Will Be The Output Of The Following Codep Pre Langsql #299
What will be the output of the following code?</p> <pre><code class="language-sql">SELECT @@IO_BUSY*@@TIMETICKS AS 'IO microseconds', GETDATE() AS 'as of' </code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs116 Microsoft SQL Server. It can also be found in gs gs116 Developing with SQL Server - SQL Server Variables - Quiz No.1.
What will be the output of the following code?
SELECT @@IO_BUSY*@@TIMETICKS AS 'IO microseconds', GETDATE() AS 'as of'
IO microseconds as of --------------- ----------------------- 590 2009-08-19 22:09:44.013
IO microseconds as of --------------- ----------------------- 5906250 2009-08-19 22:09:44.013
IO microseconds as of --------------- ----------------------- 59250 2009-08-19 22:09:44.013
None of the mentioned
Similar question(s) are as followings:
Online Quizzes of gs116 Microsoft SQL Server
Developing with SQL Server - Error Handling - Quiz No.1
gs gs116 Microsoft SQL Server
Online Quizzes
Laying the Foundation - Aggregation of Data - Quiz No.1
gs gs116 Microsoft SQL Server
Online Quizzes
Laying the Foundation - Joins in SQL Server - Quiz No.1
gs gs116 Microsoft SQL Server
Online Quizzes
Laying the Foundation - Views in SQL Server - Quiz No.1
gs gs116 Microsoft SQL Server
Online Quizzes