📚 Practice Mode

Oracle PL/SQL Database Fundamentals

Learn at your own pace with hints and detailed explanations

1 / 19
Multiple Choice

Query to view installed Oracle version information ?

  1. 1. select banner from v$version;
  2. 2. select version from v$instance;
  3. 3. select version from v$version;
  4. Both 1 and 2
  5. Both 2 and 3