adspace


What is data modification?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to provide default values to function parameters?

1264


Is it possible to have clustered index on separate drive from original table location?

1041


Does view occupy space?

1025


How to convert numeric expression data types using the cast() function?

1154


What is normalization and what are the advantages of it?

1058


How do I find query history in sql server?

1028


What is a scheduled job or what is a scheduled task?

1041


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1025


do you know how to configure db2 side of the application? : Sql server database administration

1126


Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60

2297


What is the difference between upgrade and migration in sql server?

1186


What is clustered index

1090


What is an indexed view?

1023


What are the kinds of subquery?

1112


What is a coalesce function?

1287