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
How do we get the current session id?
What is the use of callback in php?
Explain the syntax for ‘foreach’ loop with example.
What are the advantages of stored procedures in php?
How many open modes available when a file open in PHP?
How do you execute a php script from the command line?
How to get the value of current session id?
The left association operator % is used in PHP for?
Which function you can use in php to open a file for reading or writing or for both?
What are the data types in php?
What is a null coalescing operator in php7?
Explain how is it possible to set an infinite execution time for php script?
What is the use of "enctype" attribute in a html form?
What are sql functions?
What is the use of array_search() in php?