UPDATE EmployeeSET Lname=’Gupta’,Fname = ’Ajit’,WHERE Emp_id = 101; /* person_id is a primary key */
Single row
Previous Question Next Question
Your comments will be displayed only after manual approval.