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 |
Where can I learn php?
What are the rules in creating php variable?
how to run PHP in command line?
8 Answers InfoShore, Ramp Green, Xtreeme,
How to upload file in php?
What does nan stand for computer science?
What type of headers have to add in the mail function in which file a attached?
How many different types of messages available in php?
What is user defined function in php?
How cookies are trported from browsers to servers?
Is php deprecated?
1.Where are the cookies storing ? 2.What is the drawback of using cookies ? 3. If two site is having same cookie name and different values what will be the output if we echo the cookie name from those sites ? How can we solve this issue (How can we specify the domain name)?
How to connect to a url in php?