T-SQL Interview Questions and Answers
T-SQL Interview Questions and Answers
1. What is a Table?
A Table is an object in the database that contain all the data in a database.
4. What is a query ?
A query is the result set of a SELECT statement. The select command is used to retrieve rows and columns from one or more tables.
7. What is a join?
Join is a SQL keyword used retrieve rows from two or more tables based on the relationship between the columns of the tables.
https://www.tsql.info/interview-questions.php 1/3
10/24/2019 T-SQL Interview Questions and Answers
https://www.tsql.info/interview-questions.php 2/3
10/24/2019 T-SQL Interview Questions and Answers
https://www.tsql.info/interview-questions.php 3/3