How to convert characters to numbers in oracle?
write a sql query following source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want the output column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c
What is ADDM Advisor in Oracle?
How do I spool to a csv formatted file using sqlplus?
What are the types of synonyms?
19. Display all clients whose name begins with the letter J or contains the letter M anywhere or contains E as the third letter.
i have a table with the columns below as Emp_ID Address_ID Address_Line City Country -------- --------- ----------- ------ --------- Q: Display the Emp_ID's those having more than one Address_ID
Explain oracle data types with examples?
What is the difference between hot backup and cold backup in oracle?
When do I need to use a semicolon vs a slash in oracle sql?
can u call user defined functions in select statements
What are triggers in oracle?
What are the different type of Segments ?