Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 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