Is there a function to split a string in plsql?
No Answer is Posted For this Question
Be the First to Post Answer
How to add a new column to an existing table in oracle?
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 are the components of Physical database structure of Oracle Database?
what is the syntax of CREATE command?
What is format trigger?
DBMS vs. RDBMS
Can we convert a date to char in oracle and if so, what would be the syntax?
How to use subqueries with the exists operator in oracle?
I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it
What are the trigger associated with image items ?
How to assign query results to variables?
In which language oracle has been developed?