MySQL Errors Question:
Download Questions PDF

Tell me what will be the program output if it tries to access 11th item in an array of 10 and it is coded with NOSSRANGE?

MySQL Errors Interview Question
MySQL Errors Interview Question

Answer:

in c and c++ there will be a compilation error.if when we declared an array size of 10 and tries to access 11th item.

Download MySQL Errors Interview Questions And Answers PDF

Previous QuestionNext Question
Trying to transfer data from Prod region to Test region. So,exporting data from Prod table(e.g xyz in prod) into a temporary table(e.g abc) and then inserting into Test table(e.g xyz in prod),but not able to insert data from one db2 table to another,the error coming out is foreign key vaue is not valid?Explain How to select particular number using rownum?