SQL ,Data Warehouse and Testing Concepts
It is one place for SQL,ORACLE, datawarehouse and testing concepts
Pages
Home
SQL
DWH
UNIX
5 August 2013
SQL Questions PART-1
Q How do you fetch schema information of a table in SQL ?
The following SQL query will fetch schema of a table.
SELECT * FROM INFORMATION_SCHEMA.COLUMNS
WHERE TABLE_NAME='Table Name'
Related Posts Widget
Newer Post
Older Post
Home