Answer Posted / nikita shinde
yes SET is a sql statement
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Which is faster mysql or mongodb?
Can we write pl sql mysql?
How to write after insert event update trigger on the same table in mysql?
What is the use of mysqli_num_rows?
How to update info already in a table and delete a row(s) from a table.
What is mysqli procedural?
Write a query to display current date and time?
What is dirty read and phantom read?
How to add a new column to an existing table in mysql?
How are mysql timestamps seen to a user?
How to update a root password.
What is the maximum size of table in mysql?
What is the difference between a heap table and temporary table?
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products
What is mysql_query?