InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of Sql Over Procedural Languages? |
|
Answer» SQL isn't a procedural LANGUAGE in which we have to SPECIFY the steps to be followed to achieve the STATEMENT goal. We don't have to specify how to accomplish a task(say DATA retrival) using SQL, rather we can specify as to what needs to be done. SQL isn't a procedural language in which we have to specify the steps to be followed to achieve the statement goal. We don't have to specify how to accomplish a task(say data retrival) using SQL, rather we can specify as to what needs to be done. |
|