Name the three major set of files on disk that compose a database in Oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences between char and nchar in oracle?
What is java oracle used for?
What is use of oracle?
Query to retrieve record for a many to many relationship ?
what is foreign key?
Give the sequence in which triggers fired during insert operations, when the following 3 triggers are defined at the same block level ?
What is transaction control statement and how many types of transaction control statement in Oracle?
Can a parameter be passed to a cursor?
what are the advantages of running a database in archive log mode?
What types of joins are used in writing subqueries?
Explain the use of compress option in exp command.
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.