Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between correlated sub queries and
inner queries?

Answer Posted / yuvaevergreen

As said above, the main difference between a correlated Sub
Query and an inner query is that in a correlated sub query,
the inner query refers back to the column(s) in the outer
query i.e., the inner query is executed for each row of the
outer query.In the below query, the avg(salary) query is
executed for each row in the outer query.
-->>
sel * from employee as e where salary > (sel avg(salary) from
employee as b where e.deptno=b.deptno);

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe primary index in teradata. And what are the available primary index types?

1038


Is multi insert ansi standard?

2247


What are aggregate tables? How do you design them using teradata?

1214


i learn teradata,it is so intersting,now i want teradata certifications ,so any 1 help me to get teradata certifications TD 12 ? email:kdcrazyy@gmail.com

2258


Explain the types of join supports by teradata?

1040


What are the 5 phases in a multiload utility?

1086


Difference between stored procedure and macro?

1216


What do high confidence, low confidence and no confidence mean in explain plan?

1097


In the Primary Index, what is the score of AMPs that are actively involved?

1124


Describe the between keyword in teradata?

1079


Can we collect statistics on table level?

1090


During the Display time, how is the sequence generated by Teradata?

1114


What are the steps to create a data model?

1103


List out all forms of LOCKS that are available in Teradata.

1008


Explain the term 'primary key' related to relational database management system?

1087