SQL Update Record Example

SQL 2 weeks ago 1,811 views
S

sujeetkumar713

21 public snippets
1,811 Views
0 Comments
0 Saves

Description

SQL UPDATE query example with WHERE condition.
SQL Update Record Example.sql
UPDATE users SET name='Rahul'
WHERE id=1;

Comments (0)

Add Comment

No comments yet. Be the first to comment!