why sql is used as interpreter frequently rather than a
compile?
Answer Posted / hemant
Interprter works line by line but compiler execute its all
work as a program..like if any sql query has error then sql
will how that x line has error ..
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
Which is better cte or subquery?
How can you load multi line records? : aql loader
what is rdbms? : Sql dba
How to rename a column in the output of sql query?
how is exception handling handled in mysql? : Sql dba
What is a nested table in word?
is it possible to pass an object or table to a procedure as an argument?
What is sqlite used for?
Is it possible for a table to have more than one foreign key?
what is schema? : Sql dba
What is query syntax?
How do you update a value in sql?
What is cursor and why it is required?
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?