What are the different types of queries?



What are the different types of queries?..

Answer / anindya basu

The different types of queries are:
a. DDL- e.g. Create, Alter, Rename, Drop, Truncate etc.
b. DML - e,g, Insert, Update, and De;e
c. DCL - Grant, Revoke etc.
d. TCL - Begin Tran, Commit Tran, Rollback Tran
e. DQL - Select

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.

0 Answers  


Can you explain what is sql server english query?

0 Answers  


In clustered and non clustered indexes which one is faster while executing a query ?

1 Answers  


Is it important for a database administrator to understand the operating system and file access?

0 Answers  


How to drop an existing schema in ms sql server?

0 Answers  






How to delete existing triggers using "drop trigger"?

0 Answers  


Find columns used in stored procedure?

0 Answers  


List some major differences between triggers and stored procedures?

0 Answers  


Tell me what do we need queues in sql service broker?

0 Answers  


What is update_statistics command?

0 Answers  


Explain some DBCC commands?

6 Answers  


Write a query for primary key constraint with identity key word?

0 Answers   MindCracker,


Categories