Answered Questions

  • What is flash back query and trip stop

    Radha

    • Jul 13th, 2011

    Flash Back query is used to get back the deleted rows & dropped tables from the database even they are committed. To get back the dropped table: Flashback table to before drop; To get back...

  • PL SQL Logs

    List at least three common ways to write logs in PL SQL?

    yogesh

    • Aug 4th, 2011

    We can't return more than 1 value in function but by using OUT parameter we can get multiple values in function
    which is not good programming, by using ref cursor we just save memory location of function doesn't return more than 1 value.