How to update a field in SQL after ALTERING a row?



How to update a field in SQL after ALTERING a row?..

Answer / Vivek Yadav

After altering a row in SQL, you can update the field using the UPDATE command. Here's an example:n`UPDATE TableName SET FieldName = 'NewValue' WHERE Condition;`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

explain different types of constraints? : Sql server database administration

1 Answers  


but what if you have to create a database with two filegroups, one on drive c and the other on drive d with log on drive e with an initial size of 600 mb and with a growth factor of 15%? : Sql server database administration

1 Answers  


WHAT IS TRIGGERS IN SQL? AND WHAT IS THE BENIFIT?

8 Answers  


What is a non equi join?

1 Answers  


How to create nested stored procedure?

1 Answers  


Why use sub query in sql server and list out types of sub queries?

1 Answers  


What is sql server transaction log file?

1 Answers  


How do I connect to sql server database?

1 Answers  


What is sql server profiler trace data file?

1 Answers  


What is sql server query analyzer?

0 Answers  


What is sql server replication? : sql server replication

1 Answers  


What is cursor in ms sql server?

1 Answers  


Categories