does current version of mysql (myisam) supports foreign keys ?
Answers were Sorted based on User's Feedback
Answer / puneet bhatt
That's impossible as of now!
The MySQL server can't operate Foreign Keys with MyISAM tables
| Is This Answer Correct ? | 2 Yes | 0 No |
No. You need to use InnoDB tables for that.
| Is This Answer Correct ? | 1 Yes | 1 No |
Define about declare construct?
Explain what is the difference between for and foreach?
Is age a variable in research?
Which function is used in php to search a particular value in an array?
How to convert one date format into another in php?
How to create reusable code in php?
What are the two types of variables?
Tell me how can I display text with a php script?
What are the different data types in javascript?
How is it possible to parse a configuration file?
Suppose your zend engine supports the mode <? ?> Then how can you configure your php zend engine to support <?php ?> Mode ?
How do I clear my browser session?