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

What is the function of parser component in teradata?

835


How to eliminate product joins in a teradata sql query?

797


When tpump is used instead of multiload?

846


What is spool space? Why do you get spool space errors?

703


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

743


What is the use of having index on table?

747


What is collect statistics?

774


Briefly explain each of the following terms related to relational database management system (rdbms) – database, tables, columns, row, primary key and foreign key.

806


why use references rather than pointers in the public api, particularly for arguments which are modified?

762


Explain and compare pros and cons of start schemas?

766


What is the purpose of joins in teradata?

788


What interface is used to connect to windows based applications?

805


What are the different design perspectives used in teradata?

751


What is meant by a Virtual Disk?

829


There is a column with date in it. If I want to get just month how it can be done? Can I use sub string?

856