What is the difference between syntax error and runtime error?
Answer / 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 |
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
what are the different types of joins?
Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
What is sql injection vulnerability?
how i do the database testing of online money transactions between two parties (client and organization). suppose our company makes a website for our client and give a extra feature of online money transaction with there clients then how i test this feature in database testing
What is Pragma EXECPTION_INIT ? Explain the usage ?
how to sort records in sql?
What are the modes of parameters that can be passed to a procedure ?
What is a dirty read sql?
What are the sql versions?
Write a query to display the current date in sql?
how to connect oracle in unix prompt?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)