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 |
How do I start a php session?
What is the use of friend function?
What is include in php?
What is uri routing?
What does pear stand for?
Which is the best method to fetch the data from mysql? 1.mysql_fetch_array() 2.mysql_fetch_object() 3.mysql_fetch_row() 4.mysql_fetch_assoc()
Where are php configuration settings stored?
What is the difference between laravel and php?
Why echo is faster than print in php?
How would you determine the size of a file in php?
What is the use of $_request variable?
What does PHP stand for?