How to assign query results to variables?
No Answer is Posted For this Question
Be the First to Post Answer
How to create a table in a specific tablespace?
select statement does not retrieve any records. what exception is raised?
Table Has C1 And C2 Column If Exits any record in c1 then Update c2 record Otherwise insert new record in the C1 And C2 (Using Procedure)
What privilege is needed for a user to create tables in oracle?
If server is in US and client is in india there is timezone is diffrence, How can we display date in indian time when data is displayed from US server timezone?
After using set unused can we enable the column again to use? Please give me some answers....
What is an Index ? How it is implemented in Oracle Database ?
How translate command is different from replace?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
Write a syntax for update query in oracle?
How remove data files before opening a database?
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