Can we create database in oracle using command line ?
No Answer is Posted For this Question
Be the First to Post Answer
how to select alphabets in a one column , for this the table name is PA_TASKS and column name is TASK_NUMBER, In TASK_NUMBER the data like this 1.1.3NN,1.1.4NN,1.5.1NN,1.3.2NE,1.5NN,1NN,1.2NE,1CE , For this i need to disply output as only NN,but not other alphabets, if NN is thre means i should display , otherwise leave that blank or empty Its some urgent requirement ,thanks in advance
What is SGA ? How it is different from Ver 6.0 and Ver 7.0 ?
How to find 1st, 2nd, 3rd highest using select select statement not using rownum
Explain the use of full option in exp command.
How to sort the query output 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.
who is the father of oracle and send chodd rules
How to load data from external tables to regular tables?
How to use "in out" parameter properly?
how to produce numbers from 1 to 10 using dual table
Is it possible to enter only time value into a column of a table in sql?
how to hide the stored procedure inside a package