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.
What is a nested table?
What are the differences between interval year to month and interval day to second?
What are triggers 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 a package in oracle?
Hi can anyone tell me where are the dumps found of OCA certification.. Also the materials to be studied for the preparation.
What is Parallel Server ?
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
types of indexes and the rationale behind choosing a particular index for a situation.
What are the execution control statements?
How to see free space of each tablespace?
From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.