wt is inline view? when and why we Use ?mail to
rayallarv@gmail.com
Answers were Sorted based on User's Feedback
Inline view is a construct in oracle.Inline views allow us
to do things in a single query that might otherwise require
multiple sql statements.
A common use for inline views is to simplify complex
queries by removing join operations and condensing several
separate queries into a single query.
| Is This Answer Correct ? | 8 Yes | 2 No |
The concept of using subquery in the FROM clause of SELECT statement is called INLINE VIEW.
A subquery in the from clause of SELECT statement defines a data source from that particular statement.
| Is This Answer Correct ? | 2 Yes | 0 No |
How to display First letter of Names in Caps?
what is mapping parameter and mapping variables
Any one tell me some 5 session failure in real time?And why problem occur how to solve the issues?
In real time scenario where can we use mapping parameters and variables?
difference between source based commit? and target based commit? which is better with respect to performance?
What is the format of informatica objects in a repository?
write sql query to filter the null value data following table? name age john 30 smith null null 34 sharp 24 i want the output following are name age john 30 sharp 24
What are conformed dimensions?
During the running session, output files are created by informatica server. Enlist few of them.
How to update records in Target, without using Update Strategy?
Howmany ways yoU can update a relational source defintion and what are they?
How to recover sessions in concurrent batches?