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 the default port for MySQL Server?
What is mysql_query?
Is mysql good for big data?
What is the hostname for mysql database?
Is mysql from oracle?
Explain Access Control Lists.
How do I rename a table in mysql workbench?
What is the use of mysqli_connect in php?
What is a left join mysql?
How do I run mysql on a mac?
What causes mysql too many connections?
What are the mysql database files stored in system ?
How large can a mysql database become?
What is a csv table?
How to get a list of columns in an existing table?