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 difference between mysql_fetch_assoc and mysql_fetch_array?
Where is the myisam table stored?
How do I start mysql manually?
Explain what is mysql?
How do you select a table?
table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases
How to return query output in html format?
How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.
Why mysql is open source?
How do I disconnect mysql workbench?
How to get a list of all tables in a database?
i made a table whih contain a column "Photo" with image data type and i want to insert the byte of a picture present in my hardisk using insert statement in that colum... so what will be my insert statement?
What is mysql data directory? How to determine the location of the data directory?
What is the storage engine for mysql?
What are the critical issues you have resolved in your company