InterviewSolution
| 1. |
What Is Open Sql Vs Native Sql? |
|
Answer» Open SQL – These STATEMENTS are a SUBSET of standard SQL. It consists of DML command (Select, Insert, Update, Delete). It can simplify and SPEED up database access. Buffering is partly stored in the WORKING memory and shared memory. Data in buffer is not always up-to-date. Open SQL – These statements are a subset of standard SQL. It consists of DML command (Select, Insert, Update, Delete). It can simplify and speed up database access. Buffering is partly stored in the working memory and shared memory. Data in buffer is not always up-to-date. |
|