What Will The Output Of The Following Statementp Pre Langsql #409
What will the output of the following statement?</p> <pre><code class="language-sql">SELECT DATE_ADD('1998-01-02', INTERVAL 31 DAY);</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs115 Structured Query Language. It can also be found in gs gs115 SQL Data Types, Views and Injection - SQL Dates - Quiz No.1.
What will the output of the following statement?
SELECT DATE_ADD('1998-01-02', INTERVAL 31 DAY);
1998 Feb 02
02 Feb 1998
1998-02-02
02-02-1998