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 |
Write a program to display table of a number using php?
What is $_ get and $_ post in php?
Suppose your Zend engine supports the mode <? ?> Then how can u configure your PHP Zend engine to support <?PHP ?> mode ?
1 Answers Rushmore Consultancy,
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
Tell me how can we display information of a variable and readable by human with php?
What is the static variable in function useful for?
Which is not a php magic constant?
Explain the different types of errors in php.
Draw the architecture of Zend engine?
How to receive a cookie from the browser?
How to display your correct URL of the current web page?
How is it possible to set an infinite execution time for php script?