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. If you enjoy programming, then maybe you will also enjoy this trivia and all of the questions within it. The following are just some samples for you to get used to.

Transact-SQL (T-SQL) is Microsoft's and Sybase's proprietary extension to SQL, a standardised computer language that was originally developed by what company? T-SQL expands on the SQL standard to include procedural programming, local variables, various support functions for string processing, data processing, mathematics etc. and changes to what statements? Transact-SQL is central to using what? Do you think these were easy questions? Then you should try out the others that we have in store you.

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: 2593   |  Last updated: Feb 5, 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: 285   |  Last updated: Mar 20, 2023
  • Sample Question
    You can fetch only one row at a time.
    Radio Button
    Radio Button

Recent Quizzes

Advertisement