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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the set operators in teradata.

785


Explain the meaning of Amp?

790


Highlight the differences between Primary Key and Primary Index.

839


Syntax for case when statement?

842


While creating table my dba has fallback or no fallback in his ddl. What is that?

913


Can you fastexport a field, which is primary key by putting equality on that key?

977


Difference between star and snowflake schemas?

834


Steps to create a data model?

885


What is the purpose of upsert command?

831


How teradata makes sure that there are no duplicate rows being inserted when its a set table?

765


What is the particular designated level at which a LOCK is liable to be applied in Teradata?

826


What is basic teradata query language?

858


Highlight the points of differences between the database and user in Teradata.

830


What is a level of granularity of a fact table?

850


Write a program to show the parser component used in teradata?

756