What is data modification?



What is data modification?..

Answer / Poonam Gautam

Data modification in SQL Server refers to operations that change the existing data in a database. These operations include inserting new records, updating existing records, deleting records, and modifying the structure of tables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is explicit cursors?

1 Answers  


Can we install sql server 2016 on windows 7?

1 Answers  


Explain various data region available in ssrs with their use?

1 Answers  


What are the five characteristics of good data?

1 Answers  


What are the limitation of the Online Index Rebuild Operation?

1 Answers  


How to make a remote connection in a database?

1 Answers  


What are the advantages of using cte?

1 Answers  


What is Stored Procedure? What is Views in sql server? Difference between a User Defined Function and a Stored Procedure Difference between a primary key and a unique key? What is a join and explain different types of joins. Difference between temp table and table variable Difference between Triggers and Stored Procedures Difference between UNION ALL Statement and UNION What is COALESCE / Why do we use COALESCE? Why we use SET ROWCOUNT in Sql How many clustered index can have a table How many types of local tables in SQL SERVER Difference between DELETE and TRUNCATE What is Aggregate Functions? What is Row_Number()? What are Ranking Functions? What is NOLOCK? What is CTE? What are the Advantages of using CTE? What is the STUFF function and how does it differ from the REPLACE function? What are the difference between clustered and a non-clustered index? What are the different index configurations a table can have? Difference between a HAVING CLAUSE and a WHERE CLAUSE? Difference between SET and SELECT Provide all the built in string function of SQL SERVER Difference between char and varchar data types Define candidate key, alternate key, composite key. What are constraints? Explain different types of constraints. What is a self join? Explain it with an example. How will you convert table row to a column comma separated value

4 Answers   ACS,


How to delete an attribute from the emp table

4 Answers  


What is difference between commit and rollback when used in transactions?

1 Answers  


if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration

1 Answers  


What is the difference between row_number and dense_rank?

1 Answers  


Categories