Prepare for your Next Interview
This is a discussion on Query to find structure of a table within the SQL forums, part of the Databases category; Please give me the query.. How to findout the structure of a table? Question asked by visitor Mahesh.Mk...
|
|||
|
Query to find structure of a table
Please give me the query.. How to findout the structure of a table?
Question asked by visitor Mahesh.Mk |
| The Following 2 Users Say Thank You to Geek_Guest For This Useful Post: | ||
| Sponsored Links |
|
|||
|
Re: Query to find structure of a table
yes Desc Table_name is the query.
Desc stands for describe.
__________________
Brijesh Jain brijesh.tester@yahoo.co.in http://softwaretestingexpertise.blogspot.com |
|
|||
|
Re: Query to find structure of a table
All the answers given above are correct. But, as far as I know,
DESC /tablename/ is not a query. It is an SQL-Plus command. Because only SELECT statements can be called as a query. ![]()
__________________
Lack of WILL POWER has caused more failure than lack of INTELLIGENCE or ABILITY. -sutnarcha- |
|
|||
|
Re: Query to find structure of a table
desc Table Name;
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to find Table Size | timmy | Oracle | 2 | 09-23-2008 04:52 AM |
| Structure of Salary | nehalshah | Companies | 2 | 12-07-2007 07:10 AM |
| Creating a table by copying another table's structure | Allan Paul | Oracle | 12 | 07-12-2007 07:53 AM |
| How a java table be brought to data table? | dhandhan | QTP | 0 | 04-15-2007 06:14 AM |
| How to find Defined key fields in a table? | sharifhere | SQL | 2 | 02-22-2007 01:01 AM |