0% found this document useful (0 votes)
111 views1 page

Execution Steps

The DBMS follows several steps when a user requests to access the database. The user submits a query directly using SQL or through an application interface. The query evaluation engine analyzes the compiled SQL statements from the query to determine the best way to execute it. Finally, the DBMS executes the compiled SQL statements to perform the requested operation on the database.

Uploaded by

Bipin Prajapati
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
111 views1 page

Execution Steps

The DBMS follows several steps when a user requests to access the database. The user submits a query directly using SQL or through an application interface. The query evaluation engine analyzes the compiled SQL statements from the query to determine the best way to execute it. Finally, the DBMS executes the compiled SQL statements to perform the requested operation on the database.

Uploaded by

Bipin Prajapati
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

2.6.

2 Execution Steps of a DBMS


When a user requests to access the database, following steps are followed.
1.

User can request , in form of query, to access database either directly by using particular language, such as SQL, or by using some pre-developed application interface. Such reques ts are sent to query evaluation engine via DML pre-compiler and DML compiler. The query_ evaluation engine accepts the query and analyses it. It finds, the suitable way to execute the compiled SQL statements of the query. Finally, the compiled SOL statements are execute d to perform the speci fied operation.

2. 3. 4. 5.

You might also like