How many memory layers are in the oracle shared pool?
No Answer is Posted For this Question
Be the First to Post Answer
In oracle there is column command, how will you explain that?
5. Display full details from the ORDER_LINE table where the item number is (first condition) between 1 and 200 (no > or < operators) OR the item number is greater than 1000 AND (second condition) the item cost is not in the list 1000, 2000, 3000 OR the order number is not equal to 1000.
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
How to do clean up if create database failed?
What is the difference between SQL and SQL Server?
After using set unused can we enable the column again to use? Please give me some answers....
How to drop an existing view in oracle?
Can Multiple instances be run on Single Machine???
Why we choose emp number as primarykey?
How to use "while" statements in oracle?
How to declare a local variable?
how to get required data from oracle source is like this ram_05_seetha lax_05_viswa bamr05frummy run_01_away sw_sas_trim i want my target data like ram_05_seetha lax_05_viswa to get data using %_05_% but it will give ram_05_seetha lax_05_viswa bamr05frummy how can i get my target data?