Home / Programming MCQs / MySQL MCQs / Question
J
Q. Suppose you have two columns named student_name and student_department inside table student_details and you are asked to update the value of these two columns where ID=4 then what statement you will write?
According to the given situation we will write, UPDATE student_details SET Student_name="ram", Student_department='Chemical' WHERE ID='4';
You must be Logged in to update hint/solution
Which of the following is not the SQL Comparison Operator?
PL/SQL stored procedures move application code from the server to the client.
What will be the output of the following query:Select round(59999.99,-2);
In MySQL, identifier names can start with a digit.
Which of the following is TRUE about TCL?
Which of the following is an illegal unquoted identifier name?
Discusssion
Login to discuss.