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

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

Delete duplicate records from a Table in SQL Server

Procedure for Split the words in SQL Sever