How to assign a table row to a record variable?
No Answer is Posted For this Question
Be the First to Post Answer
How to load data from external tables to regular tables?
Explain the use of consistent option in exp command.
How to assign a tablespace to a users in oracle?
How to load data through external tables?
can we insert any row to dual table if i got the permission from DBA
Table1- have two column filename data AFGDFD-20112011 hi how r u bsdasd-23042011 name shoud be in bold Now i want output like filename data AFGDFD hi how r u bsdasd name shoud be in bold Kindly answer this
emp numb is unique because that is primary key,,but what is foreign key .. explain very clear with example
What are the ansi data types supported in oracle?
How to convert times to characters in oracle?
you are sorting a table using "order by"(descending) clause of a column which contains a null value...whether that row containing null value will come first or last in the output??
I have a table like this Table Name:Products Productid Price 1 10 1 10 2 20 3 30 3 30 But i want to output like this. productid price 2 20. please replay me.
What is the difference between view and materialized view in Oracle?