Computer Science, asked by kaushalgaur177, 5 months ago

write one select and one update command​

Answers

Answered by ananyasa59
0

Answer:

this is SQL

Explanation:

UPDATE table

SET col1 = constant_value1 , col2 =  constant_value2 , colN = constant_valueN

Similar questions