how to join query for one source type is oracle another
source type is sql server ?
No Answer is Posted For this Question
Be the First to Post Answer
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
19. Display all clients whose name begins with the letter J or contains the letter M anywhere or contains E as the third letter.
What are the type of Synonyms?
How to rename an existing table?
1:-How to write to update command in a procedure in oracle which update two different table at a time 2:-How to write the select command in a procedure in oracle which give multiple records
What is the maximum number of triggers that can be applied to a single table?
List the parts of a database trigger.
Explain the difference between sql and oracle?
What happens if variable names collide with table/column names?
How to select all columns of all rows from a table in oracle?
How to join two tables in a single query using oracle?
There are three tables : E : EID,ENAME D : DID,DNAME empdept : eid, did select the employees who doesn't belong to any dep