Interview Questions

How do you add three minutes to a date?

MySQL and SQL


(Continued from previous question...)

How do you add three minutes to a date?

ADDDATE(techinterviews_publication_date, INTERVAL 3 MINUTE)

(Continued on next question...)

Other Interview Questions