Using sql create a table by the name " emp" and add the information of five employee along with ename &desg salary .
Answers
Answered by
1
Answer:
an sql update statementchanges the data of.one or more record in tble . all the row can updated or a subset may be choosen using a condition
Explanation:
update table_name set column_name=value
Similar questions