how to know the tables in database having foreign key?
Answer Posted / rahul
DESC <tableName>
This will give you all property of table. Where Key column show you key description.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is mysql_query?
What does mysql flush privileges do?
What mysql means?
How do I backup mysql database on linux?
What is timestamp in mysql?
How do you kill a long running query in mysql?
How to get the current date in mysql?
What is difference between mysql and mysql server?
How do I optimize a selected query in mysql?
What do I do if I forgot my mysql root password?
What is max_used_connections in mysql?
What is a trigger? How you can create a trigger in mysql?
How do I copy an entire mysql database?
How many triggers are possible in mysql?
What are federated tables?