Is oracle a relational database?
No Answer is Posted For this Question
Be the First to Post Answer
how many types of index?
can you call insert/update/delete in select statements. If yes how? If no what is the other way?
What is difference between UNIQUE constraint and PRIMARY KEY constraint ?
What are the benefits of ordbms?
How to return top 5 rows in oracle?
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.
i have a table with 1 lac of data.i want to insert this data into another table. i want every 5000 of data insert use a commit.using counter and if error is comming in the 5000 of data it rollback.
How to view the tablespaces in the current database?
How to put more than 1000 values into an oracle in clause?
How would you extract DDL of a table without using a GUI tool?
What are the logical operations?
How do I recompile a procedure in oracle?