A
Q. Which statement can be used for modifying the definition for an existing table?
ALTER: The ALTER statement in SQL is used to modify the structure or definition of an existing database object, including tables. With the ALTER TABLE statement, you can add, modify, or drop columns, constraints, or indexes, among other modifications to the table's structure.
You must be Logged in to update hint/solution
Q. Which system variable controls the size of the table cache?
Q. mysql_fetch_row() returns . . . . . . . .
Q. Which function returns reference to hash of row values?
Q. If the storage engine InnoDB is not used, foreign key cannot be used.
Q. What does mysql_query() return on failure?
Q. In the following statement, what do you mean by the 'student'?
Discusssion
Login to discuss.