IBM QUESTION

As all we know PE takes the SQL Request and it will give
responce for that query. what is the internal process
happening.how it is taking that sql from the system?????

thanks in Advance

Answers were Sorted based on User's Feedback



IBM QUESTION As all we know PE takes the SQL Request and it will give responce for that query. ..

Answer / sridhar

when the user connect to a database he open a session with PE
there after submit a query.
PE take the query and check the syntax,verify it rights for that PE create session.
session is nothing but logical connection b/w user and Application,it verify the authentication and authorization user, if it k it continues the process.
Next PE perform the parser.
query rewrite mechanism
Optimization
Generate
PE dispatch the response to given Request(User).

Is This Answer Correct ?    7 Yes 0 No

IBM QUESTION As all we know PE takes the SQL Request and it will give responce for that query. ..

Answer / tdguy

When a SQL is submitted, processing starts with PE.PE
checks for syntax, checks for security and handles
sessions. Then it builds a plan. This plan is communicated
to the BYNET. Based on the plan, BYNET signals the
appropriate AMPS. AMPS inturn, retrieve or store the data
in the respective vdisks. Communications between the
components involve acknowledgement and response signals.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More Teradata Interview Questions

how can i answer for question like teradat architecture in interveiw

4 Answers   TCS,


What is spool space? Why do you get spool space errors? How do trouble-shoot them?

0 Answers  


I Have Name field in a Table Name ------------- abcde;fgh;ijk; abc;def;jklm;no I want to write a sql to display name field data with out ';'.so i want to replace ; with '' how will write in Teradata

3 Answers   Wipro,


What are the components provided on node?

0 Answers  


what happen if a query fail in dispatcher?

1 Answers   Cap Gemini,






what is sysdba and sysdbc ? which has high priority ?

0 Answers   Wipro,


What is the syntax for case when statement?

0 Answers  


Explain and compare pros and cons of snow flake schemas?

0 Answers  


How would you load a very large file in teradata in general? What utility would you use for it? Why?

0 Answers  


How to load specific no.of records using bteq, or fastload,or multiload

0 Answers   Infosys,


What is oltp?

0 Answers  


What is teradata and why it is used?

0 Answers  


Categories