Archives

The List

« MySQL Function of the Day: Week 4, ehr, 5, uhm.. something | Main | CEILING() :: MySQL Function of the Day »

MySQL Pop Quiz #24

By Carsten | April 15, 2008

I’m still looking for new entries. I get quite a few suggestions, but not all of them make it into quiz questions. Do send in your suggestions!

What happens if you try to enter the following command into MySQL?

CREATE TABLE t1 (
i INT,
INDEX i (i)
);

Show answer


Do you have your own favorite MySQL question? Is there something in MySQL that has you scratching your head? Send your ideas for new pop quiz questions to carsten (at) bitbybit (dot) dk. Send it in, even if you don’t know the answer — that only makes it more interesting.
More Pop Quiz entries: WWW or RSS.

Topics: MySQL, Pop Quiz |

Comments