Advertisement
Advertisement
Advertisement

T SQL Quizzes, Questions & Answers

This is not just SQL. This is T-SQL, or Transact-SQL; it doesn’t really matter which form you prefer. Read More

Top Trending Quizzes


If you are a computer nerd that is really into programming then this quiz is specifically for you. It aims to find out how much knowledge you have on the SQL server T-SQL. All the best.

Questions: 10  |  Attempts: 2726   |  Last updated: Apr 28, 2024
  • Sample Question
    What does the select statement return? Create Table #T (        N1 Real      , N2 Float);   Insert Into #T Values (99.99999999991       , 99.99999999997);   Select * From #T;   Drop Table #T;
    Radio Button
    Radio Button
    Radio Button
    Radio Button

SQL is a language used in programming for managing data held in a relational database management system. T-SQL, on the other hand, is Microsoft's and Sybase's version. How well do you understand these two? Find out...

Questions: 10  |  Attempts: 298   |  Last updated: Mar 20, 2023
  • Sample Question
    You can fetch only one row at a time.
    Radio Button
    Radio Button

Recent Quizzes

Advertisement