Answer Posted / nagender k
Inline view is a subquery in the from clause of your main
query.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the use of stored procedures?
Do foreign keys improve performance?
How many types of privileges are available in sql?
What is substitution variable in pl sql?
What is the difference between sql and mysql?
What are inner and outer joins examples of both?
What is the use of function in sql?
Can I join the same table twice?
write an sql query to find names of employee start with 'a'? : Sql dba
What are the ddl commands?
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
Which tcp/ip port does sql server run?
What is oracle and pl sql?
Table A Table B 1 1 2 1 3 1. Union & union all --> A Union B , A Union all B 2. Minus , Intersect --> A minus B , B Minus A , A Intersect B 3. Joins A join B , A Left Join B A Right Join B , A full Join B 4. %Type - Uses & Benifit 5. Truncate & Delete 6. Pragma Autonomus Transaction 7. how to Perform DDL from function or procedure 8. Can we have DML inside Function 9. Rank & Dense Rank diffrence 10. Water Mark in Oracle 11. Index , Can we have index in all column of table if no then why ?
what are myisam tables? : Sql dba