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
Is mysql a scripting language?
How to rename an existing table in mysql?
Is mysql written in c?
How many columns is too many mysql?
What are the disadvantages of mysql?
What is database migration in mysql?
What language is mysql written in?
Can mysql handle big data?
What are the similarities between a function and a procedure?
How to insert html code into mysql database using php?
How do I restore a mysql database?
Why do you think it is advised to not to use guid and character columns as clustered index arrays?
What is query log in mysql?
What does mysql flush hosts do?
What is insert query in mysql?