Correct Answer: TIMESTAMP and DATETIME are both stored without time zone.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
MySQL Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More MySQL MCQ Questions
What is the equivalent of the mysqladmin reload command?
Explain the security aspect of stored procedures
How would you retrieve data on all the customers where no phone number is stored?
Which choice is not an available string type for a column?
A stored routine is a set of SQL statements stored on the server and takes form as either a procedure or a function. Which statement cannot be used inside stored routines?
* in a SELECT statement portion does what?
Which SQL statement is used to extract data from a database?
With SQL, how can you insert a new record into the 'Persons' table?
Which is not a valid aggregate function?
A datatype can be changed after a table has been created.