adspace
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
How to provide default values to function parameters?
Is it possible to have clustered index on separate drive from original table location?
Does view occupy space?
How to convert numeric expression data types using the cast() function?
What is normalization and what are the advantages of it?
How do I find query history in sql server?
What is a scheduled job or what is a scheduled task?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
do you know how to configure db2 side of the application? : Sql server database administration
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
What is the difference between upgrade and migration in sql server?
What is clustered index
What is an indexed view?
What are the kinds of subquery?
What is a coalesce function?