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 is restrict in sql?
Does view contain data?
Is sql difficult?
how to convert dates to character strings? : Sql dba
Is sql easier than java?
Who is the owner of mysql database?
How do you update f as m and m as f from the below table testtable?
what is a table in a database ? : Sql dba
What are the benefits of stored procedures?
How can I change database name in sql?
Is id a reserved word in sql?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
how to increment dates by 1 in mysql? : Sql dba
Why is there a need for sqlcode and sqlerrm variables?
What is sql resultset?