How to update existing rows in a table?
Answer / priyanka rani
By using Update statement. For example Update table_name set column_name='value' where column_name='your condition'
if required use where condition
Is This Answer Correct ? | 0 Yes | 0 No |
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
What is the native system stored procedure to execute a command against all databases?
When does the auto update index statistics feature in sql server turn itself on?q) what specific conditions database should meet, before you can bulk copy data into it using bcp?
What happens if you insert a duplicate key for the primary key column in ms sql server?
What is onf in normalization form?
What's the maximum size of a row?
What is an identity column in insert statements?
how to take backup bcp out for a column in table in sql server?
What are the main sources of data?
What do you understand by triggers and mention the different types of it?
You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?
What is the maximum size of a row in sql server?