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...


What are the other commands to know the structure of table
using MySQL commands except explain command?

Answers were Sorted based on User's Feedback



What are the other commands to know the structure of table using MySQL commands except explain com..

Answer / navaneethakrishnan

DESCRIBE TAB_NAME;

DESC TAB_NAME;

Is This Answer Correct ?    20 Yes 0 No

What are the other commands to know the structure of table using MySQL commands except explain com..

Answer / lekhraj deshmukh

show create table tbl_name;


eg:- show create table tbl_data;

Is This Answer Correct ?    8 Yes 1 No

Post New Answer

More MySQL Interview Questions

what is constraints?

0 Answers  


What is a storage engine?

0 Answers  


How to print message in mysql trigger?

0 Answers  


Which mysql function is used to concatenate string?

1 Answers  


What is DCL in MySQL?

1 Answers  


Write a query to select all teams that won either 1, 3, 5 or 7 games.

0 Answers  


what is the querry for all managers salary?

2 Answers  


What is dbms in mysql?

0 Answers  


What is mysql root?

0 Answers  


How will show all records containing the name "sonia" and the phone number '9876543210'

0 Answers  


What is mysql and how it works?

0 Answers  


How to create a table index in mysql?

0 Answers  


Categories