does current version of mysql (myisam) supports foreign keys ?
Answer Posted / hari kalathil
No. You need to use InnoDB tables for that.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of basename() function in PHP?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
Can you give example for trait in php?
How to get a total number of rows available in the table?
Why do we show php code in browser?
Which php framework is best for security?
What are magic constants in php?
When sessions ends?
Differences between get, post and request methods ?
Which cryptographic extension provide generation and verification of digital signatures?
What is the difference between == and === operator in PHP?
Can you extend a final defined class?
What is php and sql?
What does trim () do in javascript?
What is the use of stripslashes in php?