How to use transact-sql statements to access the database engine?



How to use transact-sql statements to access the database engine?..

Answer / Hariom

Transact-SQL (T-SQL) is a SQL dialect used by SQL Server. You can execute T-SQL statements using tools like SQL Server Management Studio, sqlcmd, or ODBC/JDBC connectors.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is the difference between index seek vs. Index scan?

1 Answers  


Can you type more than one query in the query editor screen at the same time?

1 Answers  


What does nvl stand for?

1 Answers  


What are translations and its use? : sql server analysis services, ssas

1 Answers  


How to find the date and time of last updated table?

3 Answers  


What are the properties of sub-query?

1 Answers  


what is a join and explain different types of joins? : Sql server database administration

1 Answers  


What is a stored procedure?

3 Answers  


Define left outer join in sql server joins?

1 Answers  


what is the information that can be stored inside a bit column? : Sql server database administration

1 Answers  


Explain what are magic tables in sql server?

1 Answers  


What is xml datatype?

1 Answers  


Categories