Can the query output be sorted by multiple columns in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
Why cursor variables are easier to use than cursors?
How many file formats are supported to export data?
How to insert a record into a table?
acname actype amount ac1 credit 300 ac2 credit 4000 ac1 debit 4000 ac2 debit 455 ac1 credit 500 how to get sum of credit and sum of debit for each account
What is the relation of a user account and a schema?
What is the purpose of a cluster?
How to define a variable to match a table column data type?
What is sequence?
What is system global area (sga) in oracle?
How to display employee records who gets more salary than the average salary in the department?
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.