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.
No Answer is Posted For this Question
Be the First to Post Answer
Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.
What is recycle bin in Oracle?
Where is the export dump file located?
How to write a query with a left outer join in oracle?
How to use select statement to count the number of rows in oracle?
What is TNS File
What are the composite date types in oracle?
What are the database administrators utilities available?
Use of an integrity constraint is better to validate data. Explain
What happens to indexes if you drop a table?
consider some table with 4 r 5 columns in that 1 col is DATE type. The data is like that,For each date in that col some 3 fields r there but all the records r having different data. Now i want to display all the columns by performing grouping on the date field ( as SELECTION Operator(*) cannot be used with group function having only one "group by clause". how to do this? can any one help me in finding out the solution plss?
How to execute a stored procedure in oracle?