T
Q. What is the work of INSERT command?
Using the INSERT command, inserting records or data into the database tables is accomplished. In addition to inserting records in single rows, we can insert records in multiple rows as well.
You must be Logged in to update hint/solution
Q. Which keyword inserted in the SHOW STATUS statement shows the values for the current connection?
Q. What does mysql_real_connect() return if it fails?
Q. Which statement is used to produce a stored function?
Q. In Perl DBI, functions are called . . . . . . . .
Q. Which command will remove the records from the table, but not affect the structure of the table?
Discusssion
Login to discuss.