What are dml (data manipulation language) statements in ms sql server?



What are dml (data manipulation language) statements in ms sql server?..

Answer / Nikhiul Saxena

Data Manipulation Language (DML) statements in MS SQL Server include SELECT, INSERT, UPDATE, and DELETE. These statements are used for querying, inserting, modifying, and deleting data from tables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Is it possible to create trigger on views?

1 Answers  


How to change the data type of an existing column with "alter table" statements in ms sql server?

1 Answers  


how to give input dynamically to a insert statement in sqlserver

3 Answers   HCL,


What does select 1 mean?

1 Answers  


What is normalization and denormalization in sql server?

1 Answers  


What is the difference between for trigger and after trigger?

1 Answers  


how can a database be repaired? : Sql server administration

1 Answers  


What are the built in functions in sql server?

1 Answers  


when u import an excel file into sql if suppose one column has got a date field with system time attached to it what data type u will use in sql to import it in a table? Note: a condition is the excel file has no primary key defined to a column...also u r importing bulk data into sql

1 Answers  


Difference between Function and Procedure-in general?

6 Answers  


What are extended events in sql server?

1 Answers  


What's the information that can be stored inside a bit column?

1 Answers  


Categories