oracle is compiler or interpretter,can any one tell me the
answer?
Answer Posted / vijay
hey oracle database uses parser to execute query,
when query recevied by the oracleserver ,first query will
be parsed ,if any error found in query server gives you
error,else qeury is excuted by oracle server and result
will sen to you.
Oracle server uses parser to excute query
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Why do we use joins?
What is difference between inner join and cross join?
What are the advantages of sql? Explain
what is the difference between blob and text? : Sql dba
What are sql ddl commands?
What is difference between sql function and stored procedure?
Does asenumerable execute the query?
what are aggregate and scalar functions? : Sql dba
How many aggregate functions are available there in sql?
what is the difference between join and union? : Sql dba
What normalization means?
How would you pass hints to the sql processor?
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
discuss about myisam index statistics collection. : Sql dba
Explain the insert into statements in sql?