📚 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. select banner from v$version;
- 2. select version from v$instance;
- 3. select version from v$version;
- Both 1 and 2
- Both 2 and 3