Jump to content

[SOLVED] MySQL quirks


lampstax

Recommended Posts

Hey guys,

 

I just blew an interview because of a question:

 

"Please name some quirks specific to MySQL.  What problem would they potentially cause and how you would prevent them?"

 

Needless to say, my idiotic stumbling response costed me the interview.  So hopefully we can get a list of quirky wierd MySQL behaviors to help other future interviewees or just save someone alot of time and headaches.

 

This post is mainly for MySQL gods to chime in while us mortal worship and learn.    LOL.  So please, if you know of quirky complex join behavior specific to MySQL and not other dbs, post them up, but please no question if you just want to ask how to do LEFT JOIN on two tables (unless there's quirkyness to your query!).

Link to comment
Share on other sites

Hmm .. very likely thats what they meant. 

 

I was thinking along the line of buggy MySQL only issues, random made up example of a quirk would be something like: 

 

MAX() returns all rows when used in a complex joined with 2 LEFT JOIN and 3 RIGHT JOIN and 1 UPSIDE DOWN JOIN

Link to comment
Share on other sites

I doubt they're asking about bugs, because as far as I know, none of known bugs at this time cause incorrect data to be selected.

And besides, bug list changes from version to version, and they can't expect you to know all of them.

 

Another thing that might be interesting is what limits MySQL databases

http://dev.mysql.com/doc/refman/5.1/en/restrictions.html

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.