does current version of mysql (myisam) supports foreign keys ?

Answers were Sorted based on User's Feedback



does current version of mysql (myisam) supports foreign keys ?..

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

does current version of mysql (myisam) supports foreign keys ?..

Answer / hari kalathil

No. You need to use InnoDB tables for that.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More PHP Interview Questions

How do you put a space in html?

0 Answers  


Explain me the difference between include and require?

0 Answers  


What are objects in php?

0 Answers  


What is factory pattern in php?

0 Answers  


What are the uses of explode() function?

0 Answers  


what is the difference between GET and POST?

21 Answers   AdVine, Evon Technologies, GVD Infotech, RedAlkemi, SoftSol,


What is php trait?

0 Answers  


how to upload 100mb file using .htaccess..

2 Answers  


what is the best function that can be used to connect to mysql database and in what cases that we can use below functions ? 1. mysql_connect() 2. mysql_pconnect() please give your answer with all pros and cons

1 Answers  


What are the advantages of using php?

0 Answers  


code to see the priview of the image which is being uploaded (after browising the image... just click priview ... how it will be visible...before uploading)

0 Answers   Satyam,


write the function to fetch a image from mysql databases (datatype blob).

1 Answers  


Categories