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:
SQL- NULL Functions
SQL- Scenario Based Questions PART-...
SQL Interview Questions & Answer - ...
SQL / ORACLE- Scenario Based Interv...
SQL / ORACLE- Scenario Based Interv...
SQL / ORACLE- Scenario Based Interv...
Related Posts Widget
Newer Post
Older Post
Home