Sunday, September 6, 2009

FAQ : What is Optimizing SQL statement .

Unlike procedural language SQL Statements does not state the exact steps that database engine should follow to extract the data or manipulate the data. In procedural language the statements are ran as per the sequence they have written. But in SQL , database engine must analyse the statement to determine the most efficient way to extract/manipulate data. This process is called optimization.

No comments:

 
Locations of visitors to this page