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...


I have a table with emp id, emp name, dept id and sal where
dept id is NUSI. SEL * FROM EMP WHERE DEPTID = 100. Can any
one explain how it will fetch the record.

Answers were Sorted based on User's Feedback



I have a table with emp id, emp name, dept id and sal where dept id is NUSI. SEL * FROM EMP WHERE ..

Answer / ajain

Whenever NUSI is created, subtable will be created for each AMP's with the fields rowid and secondary index value.For NUSI ,subtable will be AMP local ie it will be having the records which are specific to the particular AMP.
When someone queries with the NUSI, all the AMPs will search in their own subtable for particular secondary index .For AMPs which found the particular record in their subtable ,it will retrieve the actual data from the AMP and PE will be consolidating the records and give to user

Since NUSI involves all AMP operation , PE will be deciding whether FULL table scan or ALL AMP operation will be more efficient .

Is This Answer Correct ?    4 Yes 0 No

I have a table with emp id, emp name, dept id and sal where dept id is NUSI. SEL * FROM EMP WHERE ..

Answer / saravanan

If COLLECT STATS has been defined on the table EMP, then PE
will avoid going for a FULL TABLE SCAN.
If not, PE will undergo a FULL TABLE SCAN to fetch
DEPTID=100

Is This Answer Correct ?    4 Yes 2 No

I have a table with emp id, emp name, dept id and sal where dept id is NUSI. SEL * FROM EMP WHERE ..

Answer / siva reddy

in case we are using nusi in this swicthvation subtable is created same amps.it is one of the full table scan but not full table scan.it's scan only all amps sub table.if any one of the match it will disply.here no allgorithem can be performed.

Is This Answer Correct ?    1 Yes 0 No

I have a table with emp id, emp name, dept id and sal where dept id is NUSI. SEL * FROM EMP WHERE ..

Answer / saravanan

If your question is about how Parsing engine would fetch
DEPTID=10, it will undergo a FULL TABLE scan since Dept_Id
is a Non unique secondary index.

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Teradata Interview Questions

List out some of the primary characteristics of teradata.

0 Answers  


which option is used to restart the fast load script?

2 Answers  


id name gender 1 Ram Female 2 Kumar Female 3 sathish Female 4 Santhya Male 5 Durga Male 6 Priya Male This is my input...how to change Gender Male to Female & Female to Male??? Write sql query for this question???

6 Answers   Cap Gemini,


How to eliminate product joins in a teradata sql query?

0 Answers  


Why Fload doesn’t support multiset table?

9 Answers  


Highlight a few of the important components of Teradata?

0 Answers  


What is the difference between fastload and multiload?

0 Answers  


What are the things to be considered while creating secondary index?

0 Answers  


What is the multi-insert?

0 Answers  


How do you create tables? Exact syntax, and create profiles, users in teradata?

0 Answers  


If a Node is busy what are the steps you can take to avoid ?

0 Answers   Teradata,


how to load or extract the error table data ?

3 Answers  


Categories