How get the column names from a particular Table in Oracle

In Oracle you can retreive the field names as shown below,


DESC Table_Name

Comments

Popular posts from this blog

Use of Begin, Commit, Rollback Transactions in SQL Server

SQL SERVER – TRIM() Function – UDF TRIM()