Interview Questions

But what if you really want to store the timestamp data, such as the publication date of the article?

MySQL and SQL


(Continued from previous question...)

But what if you really want to store the timestamp data, such as the publication date of the article?

Create two columns of type TIMESTAMP and use the second one for your real data.

(Continued on next question...)

Other Interview Questions