Oracle PL-SQL Question:
Download Questions PDF

In a Distributed Database System Can we execute two queries simultaneously? Justify?

Answer:

s Distributed database system based on 2 phase commit,one query is independent of 2 nd query so of course we can run.

Download Oracle PL-SQL Interview Questions And Answers PDF

Previous QuestionNext Question
what is the starting oracle error number?
what is meant by forward declaration in functions?
How we can create a table in PL/SQL block. insert records into it? is it possible by some procedure or function? please give example?