SlideShare a Scribd company logo
Introduction of oracle database
 Oracle corporation has come a long way to
become the multinational technology company
that it is today. Its rich history tracks its
progress through the development and
marketing of computer hardware systems,
enterprise software and Oracle itself, the world
renowned database technology.
 Founding of Oracle.
 In 1995 oracle became one of the first large
software companies to report an internet
strategy.
 In 1977, Larry Ellison, Bob Miner, and Ed Oates
started the consultancy Software Development
Laboratories, which became Relational
Software, Inc. (RSI). In 1983, RSI became Oracle
Systems Corporation and then later Oracle
Corporation.
 Every organization has information that it must
store and manage to meet its requirements.
 An information system is a formal system for
storing and processing information.
 A database is an organized collection of
information treated as a unit. The purpose of a
database is to collect, store, and retrieve related
information for use by database applications.
 The relational model is the basis for a relational database
management system (RDBMS). Essentially, an RDBMS moves
data into a database, stores the data, and retrieves it so that it
can be manipulated by applications. An RDBMS distinguishes
between the following types of operations:
 Logical operations-An application specifies what content
is required. For example, an application requests an employee
name or adds an employee record to a table.
 Physical operations- The RDBMSdetermines how things
should be done and carries out the operation. For example,
after an application queries a table, the database may use an
index to find the requested rows, read the data into memory,
and perform many other steps before returning a result to the
user. The RDBMS stores and retrieves data so that physical
operations are transparent to database applications.
 Tables
 A table describes an entity such as employees.
You define a table with a table name, such
as employees, and set of columns. In general,
you give each column a name, a data type, and
a width when you create the table.
 Indexes
 An index is an optional data structure that you
can create on one or more columns of a table.
Indexes can increase the performance of data
retrieval. When processing a request, the
database can use available indexes to locate the
requested rows efficiently. Indexes are useful
when applications often query a specific row or
range of rows.
 Structured Query Language (SQL)
 SQL is a set-based declarative language that
provides an interface to an RDBMS such as
Oracle Database. In contrast to procedural
languages such as C, which describe how things
should be done, SQL is nonprocedural and
describes what should be done. Users specify
the result that they want (for example, the
names of current employees), not how to
derive it. SQL is the ANSI standard language
for relational databases.
 SELECT * FROM table_name;
 SELECT first_name, last_name FROM employees;
 SELECT * FROM Customers;
 SELECT CustomerName,City FROM Customers;
 SELECT DISTINCT Country FROM Customers;
 SELECT Count(*) AS DistinctCountries
FROM (SELECT DISTINCT Country FROM Custom
ers);
 Oracle DBA training in chennai
 http://www.besanttechnologies.in/

More Related Content

What's hot

Types of databases
Types of databasesTypes of databases
Types of databases
PAQUIAAIZEL
 
Database Presentation
Database PresentationDatabase Presentation
Database Presentation
a9oolq8
 

What's hot (19)

Database Management
Database ManagementDatabase Management
Database Management
 
Types of databases
Types of databasesTypes of databases
Types of databases
 
Database and its Types.
Database and its Types.Database and its Types.
Database and its Types.
 
Abap data dictionary
Abap data dictionaryAbap data dictionary
Abap data dictionary
 
File Processing System
File Processing SystemFile Processing System
File Processing System
 
Relational database
Relational database Relational database
Relational database
 
computer fund-database presentation
 computer fund-database presentation computer fund-database presentation
computer fund-database presentation
 
Databases and its representation
Databases and its representationDatabases and its representation
Databases and its representation
 
Disadvantages of file management system (file processing systems)
Disadvantages of file management system(file processing systems)Disadvantages of file management system(file processing systems)
Disadvantages of file management system (file processing systems)
 
Database management system
Database management systemDatabase management system
Database management system
 
Data resource management and DSS
Data resource management and DSSData resource management and DSS
Data resource management and DSS
 
Oracle
OracleOracle
Oracle
 
11 Database Concepts
11 Database Concepts11 Database Concepts
11 Database Concepts
 
File system vs database
File system vs databaseFile system vs database
File system vs database
 
DBMS introduction
DBMS introductionDBMS introduction
DBMS introduction
 
Types of database
Types of databaseTypes of database
Types of database
 
Database Presentation
Database PresentationDatabase Presentation
Database Presentation
 
Actividad transversalingles (1)
Actividad transversalingles (1)Actividad transversalingles (1)
Actividad transversalingles (1)
 
RDBMS concepts
RDBMS conceptsRDBMS concepts
RDBMS concepts
 

Similar to Introduction of oracle database

data base system to new data science lerne
data base system to new data science lernedata base system to new data science lerne
data base system to new data science lerne
tarunprajapati0t
 

Similar to Introduction of oracle database (20)

In Memory Database Essay
In Memory Database EssayIn Memory Database Essay
In Memory Database Essay
 
Dbms and sqlpptx
Dbms and sqlpptxDbms and sqlpptx
Dbms and sqlpptx
 
Database systems Handbook 2V.pdf
Database systems Handbook 2V.pdfDatabase systems Handbook 2V.pdf
Database systems Handbook 2V.pdf
 
Database systems Handbook dbms.pdf
Database systems Handbook dbms.pdfDatabase systems Handbook dbms.pdf
Database systems Handbook dbms.pdf
 
Database systems Handbook.pdf
Database systems Handbook.pdfDatabase systems Handbook.pdf
Database systems Handbook.pdf
 
Database systems Handbook.pdf
Database systems Handbook.pdfDatabase systems Handbook.pdf
Database systems Handbook.pdf
 
Database systems Handbook dbms.pdf
Database systems Handbook dbms.pdfDatabase systems Handbook dbms.pdf
Database systems Handbook dbms.pdf
 
Database systems Handbook dbms.pdf
Database systems Handbook dbms.pdfDatabase systems Handbook dbms.pdf
Database systems Handbook dbms.pdf
 
DBMS PART 1.docx
DBMS PART 1.docxDBMS PART 1.docx
DBMS PART 1.docx
 
Bt0066 database management system1
Bt0066 database management system1Bt0066 database management system1
Bt0066 database management system1
 
data base system to new data science lerne
data base system to new data science lernedata base system to new data science lerne
data base system to new data science lerne
 
Database Management Systems
Database Management SystemsDatabase Management Systems
Database Management Systems
 
DBMS Full book by Muhammad Sharif title as Database systems Handbook.pdf
DBMS Full book by Muhammad Sharif  title as Database systems Handbook.pdfDBMS Full book by Muhammad Sharif  title as Database systems Handbook.pdf
DBMS Full book by Muhammad Sharif title as Database systems Handbook.pdf
 
Muhammad Sharif dbms book title as Database systems Handbook.pdf
Muhammad Sharif dbms book title as Database systems Handbook.pdfMuhammad Sharif dbms book title as Database systems Handbook.pdf
Muhammad Sharif dbms book title as Database systems Handbook.pdf
 
Muhammad Sharif dbms book title as Database systems Handbook.pdf
Muhammad Sharif dbms book title as Database systems Handbook.pdfMuhammad Sharif dbms book title as Database systems Handbook.pdf
Muhammad Sharif dbms book title as Database systems Handbook.pdf
 
SQL ARPIT YADAV.pptx
SQL ARPIT YADAV.pptxSQL ARPIT YADAV.pptx
SQL ARPIT YADAV.pptx
 
Data base management system
Data base management systemData base management system
Data base management system
 
SQL_Introduction_Updated.pptx
SQL_Introduction_Updated.pptxSQL_Introduction_Updated.pptx
SQL_Introduction_Updated.pptx
 
Database systems Handbook by Muhammad Sharif.pdf
Database systems Handbook by Muhammad Sharif.pdfDatabase systems Handbook by Muhammad Sharif.pdf
Database systems Handbook by Muhammad Sharif.pdf
 
Database systems Handbook.pdf
Database systems Handbook.pdfDatabase systems Handbook.pdf
Database systems Handbook.pdf
 

Recently uploaded

Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training Report
Avinash Rai
 

Recently uploaded (20)

PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
Advances in production technology of Grapes.pdf
Advances in production technology of Grapes.pdfAdvances in production technology of Grapes.pdf
Advances in production technology of Grapes.pdf
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
 
Danh sách HSG Bộ môn cấp trường - Cấp THPT.pdf
Danh sách HSG Bộ môn cấp trường - Cấp THPT.pdfDanh sách HSG Bộ môn cấp trường - Cấp THPT.pdf
Danh sách HSG Bộ môn cấp trường - Cấp THPT.pdf
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
Operations Management - Book1.p - Dr. Abdulfatah A. Salem
Operations Management - Book1.p  - Dr. Abdulfatah A. SalemOperations Management - Book1.p  - Dr. Abdulfatah A. Salem
Operations Management - Book1.p - Dr. Abdulfatah A. Salem
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
NLC-2024-Orientation-for-RO-SDO (1).pptx
NLC-2024-Orientation-for-RO-SDO (1).pptxNLC-2024-Orientation-for-RO-SDO (1).pptx
NLC-2024-Orientation-for-RO-SDO (1).pptx
 
Forest and Wildlife Resources Class 10 Free Study Material PDF
Forest and Wildlife Resources Class 10 Free Study Material PDFForest and Wildlife Resources Class 10 Free Study Material PDF
Forest and Wildlife Resources Class 10 Free Study Material PDF
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training Report
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
 
[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matrices
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Gyanartha SciBizTech Quiz slideshare.pptx
Gyanartha SciBizTech Quiz slideshare.pptxGyanartha SciBizTech Quiz slideshare.pptx
Gyanartha SciBizTech Quiz slideshare.pptx
 
Salient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptxSalient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptx
 
NCERT Solutions Power Sharing Class 10 Notes pdf
NCERT Solutions Power Sharing Class 10 Notes pdfNCERT Solutions Power Sharing Class 10 Notes pdf
NCERT Solutions Power Sharing Class 10 Notes pdf
 

Introduction of oracle database

  • 2.  Oracle corporation has come a long way to become the multinational technology company that it is today. Its rich history tracks its progress through the development and marketing of computer hardware systems, enterprise software and Oracle itself, the world renowned database technology.
  • 3.  Founding of Oracle.  In 1995 oracle became one of the first large software companies to report an internet strategy.  In 1977, Larry Ellison, Bob Miner, and Ed Oates started the consultancy Software Development Laboratories, which became Relational Software, Inc. (RSI). In 1983, RSI became Oracle Systems Corporation and then later Oracle Corporation.
  • 4.  Every organization has information that it must store and manage to meet its requirements.  An information system is a formal system for storing and processing information.  A database is an organized collection of information treated as a unit. The purpose of a database is to collect, store, and retrieve related information for use by database applications.
  • 5.  The relational model is the basis for a relational database management system (RDBMS). Essentially, an RDBMS moves data into a database, stores the data, and retrieves it so that it can be manipulated by applications. An RDBMS distinguishes between the following types of operations:  Logical operations-An application specifies what content is required. For example, an application requests an employee name or adds an employee record to a table.  Physical operations- The RDBMSdetermines how things should be done and carries out the operation. For example, after an application queries a table, the database may use an index to find the requested rows, read the data into memory, and perform many other steps before returning a result to the user. The RDBMS stores and retrieves data so that physical operations are transparent to database applications.
  • 6.  Tables  A table describes an entity such as employees. You define a table with a table name, such as employees, and set of columns. In general, you give each column a name, a data type, and a width when you create the table.  Indexes  An index is an optional data structure that you can create on one or more columns of a table. Indexes can increase the performance of data retrieval. When processing a request, the database can use available indexes to locate the requested rows efficiently. Indexes are useful when applications often query a specific row or range of rows.
  • 7.  Structured Query Language (SQL)  SQL is a set-based declarative language that provides an interface to an RDBMS such as Oracle Database. In contrast to procedural languages such as C, which describe how things should be done, SQL is nonprocedural and describes what should be done. Users specify the result that they want (for example, the names of current employees), not how to derive it. SQL is the ANSI standard language for relational databases.
  • 8.  SELECT * FROM table_name;  SELECT first_name, last_name FROM employees;  SELECT * FROM Customers;  SELECT CustomerName,City FROM Customers;  SELECT DISTINCT Country FROM Customers;  SELECT Count(*) AS DistinctCountries FROM (SELECT DISTINCT Country FROM Custom ers);
  • 9.  Oracle DBA training in chennai  http://www.besanttechnologies.in/

Editor's Notes

  1. For Example: A corporation must collect and maintain human resources records for its employees. This information must be available to those who need it