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
Why myisam is faster than innodb?
How do I run mysql?
How many sql dml commands are supported by 'mysql'?
how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...
What language does mysql use?
How do I change global variables in mysql?
How do I change mysql password?
Can we store pdf files in mysql?
What is mysql installer?
What is 'mysqldump'?
How to show table structure mysql?
Can we write pl sql mysql?
How to start mysql server?
Write a query to create a database and a table?
How to create a test table in your mysql server?