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


how teradata fetches a row from primary index table?



how teradata fetches a row from primary index table?..

Answer / vinoth

All the rows in the table will be evenly disturbed among the AMP's based on the Primary Index column.

Eg. employee table (EMP_NO(PI),EMP_NAME)

AMP1 AMP2 AMP3
12,PARTI 15,alex 14,flex

When you execute the query select emp_name from employee where emp_no='12' .

It's a One AMP operation, it will directly go to AMP 1 and it will fetch the value "PARTI".

Please look at the terms PE, BYNET and AMP to understand this more.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Teradata Interview Questions

How do you set the session mode parameters in bteq?

0 Answers  


I want to write one query How to get Matched records and unmatched records in table?

4 Answers   TCS,


What is stored procedure in teradata?

0 Answers  


What exactly do you know about catching in teradata?

0 Answers  


what is identity columns in TD?

2 Answers   Wipro,


What is multi insert?

0 Answers  


Why AMP & PE are called Vprocs?

4 Answers  


Let us say there is a file that consists of 100 records out of which we need to skip the first and the last 20 records. What will the code snippet?

0 Answers  


What are the various reporting tools in the market?

0 Answers  


Explain the term 'columns' related to relational database management system?

0 Answers  


Increasing no of amps will increase performance. Is this true?

5 Answers   Infosys,


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.

4 Answers  


Categories