How to write a script for upate the data in prod , i have
50000 row are there
Answer Posted / ashis
update <tablename> set <columnname>=<value>
where <condition>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between char and varchar2 datatype in sql?
What is query optimizer in sql server?
Tell me what is de-normalization and what are some of the examples of it?
How exceptions can be handled in sql server programming?
Are there any preferred steps that need to be taken care of before starting the installation of sql server 2000?
Do you know how to make remote connection in database?
What is the use of group by clause?
What is the difference between lock, block and deadlock? : sql server database administration
what are acid properties? : Sql server database administration
Can sql servers link to other servers like oracle?
What is application role in sql server database security? : sql server security
Do you know what is sql injection?
What is the ‘fillfactor’?
Explain full-text indexing?
How to download and install the scaled-down database adventureworkslt?