How to delete an existing row from a table in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What is mean by Program Global Area (PGA) ?
What is a database table in oracle?
If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?
What is blob datatype?
why you need store procedure ? where do we use it in a Java project? can you get the code for as store procedure using in Java?
What are the differences between char and varchar2 in oracle?
Does oracle database need java?
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ---------- 1 NULL 7 2 4 NULL NULL 5 NULL 3 NULL NULL
how to clone 9i Database on to 10g Database.
select * from emp what happened internally when we write this query in the sql prompt?
What is a user role in oracle?
cursor attributes are %isopen ,%notfound,%found,%rowcount but is any attributes there other than these? please tell me asap ..