adspace
What is the difference between syntax error and runtime error?
Answer Posted / Karan Singh
A syntax error occurs when there is an incorrect use of language constructs in the SQL or PL/SQL code, making it impossible for the compiler to understand the code. A runtime error occurs during execution of the program, usually due to logical errors such as division by zero, null pointer, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is inner join faster than left join?
define sql insert statement ? : Sql dba
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
what is collation? : Sql dba
Is primary key clustered index?
Do we need to rebuild index after truncate?
what is sql server agent? : Sql dba
what is dbms? : Sql dba
What is your daily office routine?
what is schema? : Sql dba
how to start mysql server? : Sql dba
what are all the common sql function? : Sql dba
how to escape special characters in sql statements? : Sql dba
Does group by remove duplicates?
Can delete statement be rollbacked?