Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to know the tables in database having foreign key?

Answer Posted / sudhanshu_kmr

use this .....

show create table <tablename>;


it will describe all the properties of the table.

here <tablename> is name of table for which u want to know about.

for example-

SHOW CREATE TABLE STUDENT;

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you tell the difference between $message and $$message?

1029


What tools available for managing mysql server?

1070


What does mysql flush privileges do?

972


How would you enter characters as hex numbers?

986


How do I change the max connection in mysql?

1007


How do I install mysql on windows 10?

1027


Write a command to view mysql database table structure?

1010


What is data node in mysql cluster?

1027


Which is faster mysql or mongodb?

983


How do I truncate all tables in mysql?

1037


How to start mysql server?

1095


What is a blob datatype?

900


What port is mysql running on?

979


What is the difference between mysql_connect and mysqli_connect?

1018


How to convert character strings to dates?

1140