An Oracle database is a collection of data
treated as a unit. The purpose of a database is to store and retrieve
related information. A database server is the key to solving the
problems of information management. In general, a server
reliably manages a large amount of data in a multiuser environment so
that many users can concurrently access the same data. All this is
accomplished while delivering high performance. A database server also
prevents unauthorized access and provides efficient solutions for
failure recovery.
Oracle Database is the first database designed for enterprise grid computing, the most flexible and cost effective way to manage information and applications. Enterprise grid computing creates large pools of industry-standard, modular storage and servers. With this architecture, each new system can be rapidly provisioned from the pool of components. There is no need for peak workloads, because capacity can be easily added or reallocated from the resource pools as needed.
The database has logical structures and physical structures. Because the physical and logical structures are separate, the physical storage of data can be managed without affecting the access to logical storage structures.
Before you begin this course
Before you begin this course, you should able to use a graphical user interface (GUI). The Prerequisite is a familiarity with data processing concepts and techniques.
How this course is organized?
Oracle Databese 10g: SQL Fundamentals is an instructor-led course featuring lectures and hands-on exercises. Online demonstrations and written practice sessions reinforce the concepts and skills that are introduced.
Oracle Database is the first database designed for enterprise grid computing, the most flexible and cost effective way to manage information and applications. Enterprise grid computing creates large pools of industry-standard, modular storage and servers. With this architecture, each new system can be rapidly provisioned from the pool of components. There is no need for peak workloads, because capacity can be easily added or reallocated from the resource pools as needed.
The database has logical structures and physical structures. Because the physical and logical structures are separate, the physical storage of data can be managed without affecting the access to logical storage structures.
Before you begin this course
Before you begin this course, you should able to use a graphical user interface (GUI). The Prerequisite is a familiarity with data processing concepts and techniques.
How this course is organized?
Oracle Databese 10g: SQL Fundamentals is an instructor-led course featuring lectures and hands-on exercises. Online demonstrations and written practice sessions reinforce the concepts and skills that are introduced.
Objectives
After completing this lesson, you should
be able to do the following:
• List the capabilities of SQL SELECT statements
• Execute a basic SELECT statement
• Differentiate between SQL statements and iSQL*Plus
commands
Comments
Post a Comment