SlideShare ist ein Scribd-Unternehmen logo
1 von 4
Oracle SQL Course Contents


                                                                               Ph: 91 8807725095
                                                                           info@radiantbusiness.in
                                                                           www.radiantbusiness.in


Introduction to Oracle Database
      List the features of Oracle Database 11g
      Discuss the basic design, theoretical and physical aspects of a relational database
      Categorize the different types of SQL statements
      Describe the data set used by the course
      Log onto the database using the SQL Developer environment
      Save queries to files and use script files in SQL Developer

Retrieve Data Using the SQL SELECT Statement
      List the capabilities of SQL SELECT statements
      Generate a report of data from the output of a basic SELECT statement
      Select All Columns
      Select Specific Columns
      Use Column Heading Defaults
      Use Arithmetic Operators
      Understand Operator Precedence
      Learn the DESCRIBE command to display the table structure

Learn to Restrict and Sort Data
      Write queries that contain a WHERE clause to limit the output retrieved
      List the comparison operators and logical operators that are used in a WHERE clause
      Describe the rules of precedence for comparison and logical operators
      Use character string literals in the WHERE clause
      Write queries that contain an ORDER BY clause sort the output of a SELECT statement
      Sort output in descending and ascending order

Usage of Single-Row Functions to Customize Output
      Describe the differences between single row and multiple row functions
      Manipulate strings with character function in the SELECT and WHERE clauses
      Manipulate numbers with the ROUND, TRUNC and MOD functions
      Perform arithmetic with date data
      Manipulate dates with the date functions

Invoke Conversion Functions and Conditional Expressions
      Describe implicit and explicit data type conversion
      Use the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions
      Nest multiple functions
      Apply the NVL, NULLIF, and COALESCE functions to data
      Use conditional IF THEN ELSE logic in a SELECT statement

Aggregate Data Using the Group Functions
      Use the aggregation functions in SELECT statements to produce meaningful reports
Oracle SQL Course Contents


                                                                             Ph: 91 8807725095
                                                                         info@radiantbusiness.in
                                                                         www.radiantbusiness.in

      Divide the data in groups by using the GROUP BY clause
      Exclude groups of date by using the HAVING clause

Display Data From Multiple Tables Using Joins
      Write SELECT statements to access data from more than one table
      View data that generally does not meet a join condition by using outer joins
      Join a table by using a self join

Use Sub-queries to Solve Queries
      Describe the types of problem that sub-queries can solve
      Define sub-queries
      List the types of sub-queries
      Write single-row and multiple-row sub-queries

The SET Operators
      Describe the SET operators
      Use a SET operator to combine multiple queries into a single query
      Control the order of rows returned

Data Manipulation Statements
      Describe each DML statement
      Insert rows into a table
      Change rows in a table by the UPDATE statement to
      Delete rows from a table with the DELETE statement
      Save and discard changes with the COMMIT and ROLLBACK statements
      Explain read consistency

Use of DDL Statements to Create and Manage Tables
      Categorize the main database objects
      Review the table structure
      List the data types available for columns
      Create a simple table
      Decipher how constraints can be created at table creation
      Describe how schema objects work

Other Schema Objects
      Create a simple and complex view
      Retrieve data from views
      Create, maintain, and use sequences
      Create and maintain indexes
      Create private and public synonyms
Oracle SQL Course Contents


                                                                          Ph: 91 8807725095
                                                                      info@radiantbusiness.in
                                                                      www.radiantbusiness.in




Control User Access
      Differentiate system privileges from object privileges
      Create Users
      Grant System Privileges
      Create and Grant Privileges to a Role
      Change Your Password
      Grant Object Privileges
      How to pass on privileges?
      Revoke Object Privileges

Management of Schema Objects
      Add, Modify and Drop a Column
      Add, Drop and Defer a Constraint
      How to enable and disable a Constraint?
      Create and Remove Indexes
      Create a Function-Based Index
      Perform Flashback Operations
      Create an External Table by Using ORACLE_LOADER and by Using ORACLE_DATAPUMP
      Query External Tables

Manage Objects with Data Dictionary Views
      Explain the data dictionary
      Use the Dictionary Views
      USER_OBJECTS and ALL_OBJECTS Views
      Table and Column Information
      Query the dictionary views for constraint information
      Query the dictionary views for view, sequence, index and synonym information
      Add a comment to a table
      Query the dictionary views for comment information

Manipulate Large Data Sets
      Use Subqueries to Manipulate Data
      Retrieve Data Using a Subquery as Source
      Insert Using a Subquery as a Target
      Usage of the WITH CHECK OPTION Keyword on DML Statements
      List the types of Multitable INSERT Statements
      Use Multitable INSERT Statements
      Merge rows in a table
      Track Changes in Data over a period of time
Oracle SQL Course Contents


                                                      Ph: 91 8807725095
                                                  info@radiantbusiness.in
                                                  www.radiantbusiness.in


Data Management in Different Time Zones
      Time Zones
      CURRENT_DATE, CURRENT_TIMESTAMP, and LOCALTIMESTAMP
      Compare Date and Time in a Session’s Time Zone
      DBTIMEZONE and SESSIONTIMEZONE
      Difference between DATE and TIMESTAMP
      INTERVAL Data Types
      Use EXTRACT, TZ_OFFSET and FROM_TZ
      Invoke TO_TIMESTAMP,TO_YMINTERVAL and TO_DSINTERVAL

Weitere ähnliche Inhalte

Was ist angesagt?

Getting Started with MySQL I
Getting Started with MySQL IGetting Started with MySQL I
Getting Started with MySQL ISankhya_Analytics
 
Steps towards of sql server developer
Steps towards of sql server developerSteps towards of sql server developer
Steps towards of sql server developerAhsan Kabir
 
PostgreSQL Tutorial For Beginners | Edureka
PostgreSQL Tutorial For Beginners | EdurekaPostgreSQL Tutorial For Beginners | Edureka
PostgreSQL Tutorial For Beginners | EdurekaEdureka!
 
Intro to T-SQL - 1st session
Intro to T-SQL - 1st sessionIntro to T-SQL - 1st session
Intro to T-SQL - 1st sessionMedhat Dawoud
 
What is SQL Server?
What is SQL Server?What is SQL Server?
What is SQL Server?CPD INDIA
 
2° Ciclo Microsoft CRUI 3° Sessione: l'evoluzione delle piattaforme tecnologi...
2° Ciclo Microsoft CRUI 3° Sessione: l'evoluzione delle piattaforme tecnologi...2° Ciclo Microsoft CRUI 3° Sessione: l'evoluzione delle piattaforme tecnologi...
2° Ciclo Microsoft CRUI 3° Sessione: l'evoluzione delle piattaforme tecnologi...Jürgen Ambrosi
 
Working with Databases and MySQL
Working with Databases and MySQLWorking with Databases and MySQL
Working with Databases and MySQLNicole Ryan
 
Difference Between Sql - MySql and Oracle
Difference Between Sql - MySql and OracleDifference Between Sql - MySql and Oracle
Difference Between Sql - MySql and OracleSteve Johnson
 
Mcts self paced training kit exam 432 sql server 2008 - implementation and ...
Mcts self paced training kit exam 432   sql server 2008 - implementation and ...Mcts self paced training kit exam 432   sql server 2008 - implementation and ...
Mcts self paced training kit exam 432 sql server 2008 - implementation and ...Portal_do_Estudante_SQL
 
MySQL Tutorial For Beginners | Relational Database Management System | MySQL ...
MySQL Tutorial For Beginners | Relational Database Management System | MySQL ...MySQL Tutorial For Beginners | Relational Database Management System | MySQL ...
MySQL Tutorial For Beginners | Relational Database Management System | MySQL ...Edureka!
 
Database Systems - SQL - DCL Statements (Chapter 3/4)
Database Systems - SQL - DCL Statements (Chapter 3/4)Database Systems - SQL - DCL Statements (Chapter 3/4)
Database Systems - SQL - DCL Statements (Chapter 3/4)Vidyasagar Mundroy
 

Was ist angesagt? (19)

View & index in SQL
View & index in SQLView & index in SQL
View & index in SQL
 
Getting Started with MySQL I
Getting Started with MySQL IGetting Started with MySQL I
Getting Started with MySQL I
 
Steps towards of sql server developer
Steps towards of sql server developerSteps towards of sql server developer
Steps towards of sql server developer
 
PostgreSQL Tutorial For Beginners | Edureka
PostgreSQL Tutorial For Beginners | EdurekaPostgreSQL Tutorial For Beginners | Edureka
PostgreSQL Tutorial For Beginners | Edureka
 
Sql wksht-7
Sql wksht-7Sql wksht-7
Sql wksht-7
 
Oracle: Basic SQL
Oracle: Basic SQLOracle: Basic SQL
Oracle: Basic SQL
 
Intro to T-SQL - 1st session
Intro to T-SQL - 1st sessionIntro to T-SQL - 1st session
Intro to T-SQL - 1st session
 
What is SQL Server?
What is SQL Server?What is SQL Server?
What is SQL Server?
 
SQL for interview
SQL for interviewSQL for interview
SQL for interview
 
Module02
Module02Module02
Module02
 
2° Ciclo Microsoft CRUI 3° Sessione: l'evoluzione delle piattaforme tecnologi...
2° Ciclo Microsoft CRUI 3° Sessione: l'evoluzione delle piattaforme tecnologi...2° Ciclo Microsoft CRUI 3° Sessione: l'evoluzione delle piattaforme tecnologi...
2° Ciclo Microsoft CRUI 3° Sessione: l'evoluzione delle piattaforme tecnologi...
 
Winter course
Winter courseWinter course
Winter course
 
Working with Databases and MySQL
Working with Databases and MySQLWorking with Databases and MySQL
Working with Databases and MySQL
 
Difference Between Sql - MySql and Oracle
Difference Between Sql - MySql and OracleDifference Between Sql - MySql and Oracle
Difference Between Sql - MySql and Oracle
 
Mcts self paced training kit exam 432 sql server 2008 - implementation and ...
Mcts self paced training kit exam 432   sql server 2008 - implementation and ...Mcts self paced training kit exam 432   sql server 2008 - implementation and ...
Mcts self paced training kit exam 432 sql server 2008 - implementation and ...
 
Chapter 1 introduction to sql server
Chapter 1 introduction to sql serverChapter 1 introduction to sql server
Chapter 1 introduction to sql server
 
6232 b 04
6232 b 046232 b 04
6232 b 04
 
MySQL Tutorial For Beginners | Relational Database Management System | MySQL ...
MySQL Tutorial For Beginners | Relational Database Management System | MySQL ...MySQL Tutorial For Beginners | Relational Database Management System | MySQL ...
MySQL Tutorial For Beginners | Relational Database Management System | MySQL ...
 
Database Systems - SQL - DCL Statements (Chapter 3/4)
Database Systems - SQL - DCL Statements (Chapter 3/4)Database Systems - SQL - DCL Statements (Chapter 3/4)
Database Systems - SQL - DCL Statements (Chapter 3/4)
 

Ähnlich wie Oracle SQL Training in Chennai, Tambaram

Oracle Training Tutorial for Beginners
Oracle Training Tutorial for BeginnersOracle Training Tutorial for Beginners
Oracle Training Tutorial for Beginnersrajkamaltibacademy
 
Oracle 11g structured query language (sql)
Oracle 11g structured query language (sql)Oracle 11g structured query language (sql)
Oracle 11g structured query language (sql)elshiekh1980
 
Oracle11gdevtrainingindelhincr
Oracle11gdevtrainingindelhincrOracle11gdevtrainingindelhincr
Oracle11gdevtrainingindelhincrducat1989
 
Oracle 11G Development Training noida Delhi NCR
Oracle 11G Development Training noida Delhi NCROracle 11G Development Training noida Delhi NCR
Oracle 11G Development Training noida Delhi NCRShri Prakash Pandey
 
Presenter manual oracle D2K (specially for summer interns)
Presenter manual oracle D2K (specially for summer interns)Presenter manual oracle D2K (specially for summer interns)
Presenter manual oracle D2K (specially for summer interns)XPERT INFOTECH
 
Oracle Fundamental and PL-SQL.docx
Oracle Fundamental and PL-SQL.docxOracle Fundamental and PL-SQL.docx
Oracle Fundamental and PL-SQL.docxChandan Kumar
 
Oracle apps financial online training
Oracle apps financial online trainingOracle apps financial online training
Oracle apps financial online trainingmagnifics
 
Oracle 11g developer on linux training in bangalore
Oracle 11g developer on linux training in bangaloreOracle 11g developer on linux training in bangalore
Oracle 11g developer on linux training in bangaloreSuvash Chowdary
 
Oracle 11g developer on linux training in bangalore
Oracle 11g developer on linux training in bangaloreOracle 11g developer on linux training in bangalore
Oracle 11g developer on linux training in bangaloreSuvash Chowdary
 
ORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGsapcrmtraining
 
ORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGtraining3
 
Oracle core dba online training
Oracle core dba online trainingOracle core dba online training
Oracle core dba online trainingSanthosh Reddy
 
SQL for Data Analytics: Mastering Queries and Reporting with Training
SQL for Data Analytics: Mastering Queries and Reporting with TrainingSQL for Data Analytics: Mastering Queries and Reporting with Training
SQL for Data Analytics: Mastering Queries and Reporting with TrainingUncodemy
 
Creating other schema objects
Creating other schema objectsCreating other schema objects
Creating other schema objectsSyed Zaid Irshad
 

Ähnlich wie Oracle SQL Training in Chennai, Tambaram (20)

Oracle Training Tutorial for Beginners
Oracle Training Tutorial for BeginnersOracle Training Tutorial for Beginners
Oracle Training Tutorial for Beginners
 
Oracle 11g structured query language (sql)
Oracle 11g structured query language (sql)Oracle 11g structured query language (sql)
Oracle 11g structured query language (sql)
 
Oracle11gdevtrainingindelhincr
Oracle11gdevtrainingindelhincrOracle11gdevtrainingindelhincr
Oracle11gdevtrainingindelhincr
 
ORACLE BY KMR SOFTWARE SERVICES
ORACLE BY KMR SOFTWARE SERVICESORACLE BY KMR SOFTWARE SERVICES
ORACLE BY KMR SOFTWARE SERVICES
 
Oracle 11G Development Training noida Delhi NCR
Oracle 11G Development Training noida Delhi NCROracle 11G Development Training noida Delhi NCR
Oracle 11G Development Training noida Delhi NCR
 
Oracle PLSQL Training in Chennai, Tambaram
Oracle PLSQL Training in Chennai, TambaramOracle PLSQL Training in Chennai, Tambaram
Oracle PLSQL Training in Chennai, Tambaram
 
FREE Sql Server syllabus
FREE Sql Server syllabusFREE Sql Server syllabus
FREE Sql Server syllabus
 
Presenter manual oracle D2K (specially for summer interns)
Presenter manual oracle D2K (specially for summer interns)Presenter manual oracle D2K (specially for summer interns)
Presenter manual oracle D2K (specially for summer interns)
 
Oracle Fundamental and PL-SQL.docx
Oracle Fundamental and PL-SQL.docxOracle Fundamental and PL-SQL.docx
Oracle Fundamental and PL-SQL.docx
 
Oracle apps financial online training
Oracle apps financial online trainingOracle apps financial online training
Oracle apps financial online training
 
Introduction to Database SQL & PL/SQL
Introduction to Database SQL & PL/SQLIntroduction to Database SQL & PL/SQL
Introduction to Database SQL & PL/SQL
 
Oracle 11g developer on linux training in bangalore
Oracle 11g developer on linux training in bangaloreOracle 11g developer on linux training in bangalore
Oracle 11g developer on linux training in bangalore
 
Oracle 11g developer on linux training in bangalore
Oracle 11g developer on linux training in bangaloreOracle 11g developer on linux training in bangalore
Oracle 11g developer on linux training in bangalore
 
ORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAINING
 
ORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAINING
 
Oracle core dba online training
Oracle core dba online trainingOracle core dba online training
Oracle core dba online training
 
SQL for Data Analytics: Mastering Queries and Reporting with Training
SQL for Data Analytics: Mastering Queries and Reporting with TrainingSQL for Data Analytics: Mastering Queries and Reporting with Training
SQL for Data Analytics: Mastering Queries and Reporting with Training
 
Database testing
Database testingDatabase testing
Database testing
 
Payilagam oracle sql & plsql training syllabus
Payilagam oracle sql & plsql training syllabusPayilagam oracle sql & plsql training syllabus
Payilagam oracle sql & plsql training syllabus
 
Creating other schema objects
Creating other schema objectsCreating other schema objects
Creating other schema objects
 

Mehr von Radiant Business Solutions

Business Analysis Training in T Nagar, Chennai, Tambaram, Guindy
Business Analysis Training in T Nagar, Chennai, Tambaram, GuindyBusiness Analysis Training in T Nagar, Chennai, Tambaram, Guindy
Business Analysis Training in T Nagar, Chennai, Tambaram, GuindyRadiant Business Solutions
 
Business Analyst Training Center in T Nagar, Chennai, Tambaram
Business Analyst Training Center in T Nagar, Chennai, TambaramBusiness Analyst Training Center in T Nagar, Chennai, Tambaram
Business Analyst Training Center in T Nagar, Chennai, TambaramRadiant Business Solutions
 
Business Analyst Training Institute in Chennai, Tambaram, T Nagar
Business Analyst Training Institute in Chennai, Tambaram, T NagarBusiness Analyst Training Institute in Chennai, Tambaram, T Nagar
Business Analyst Training Institute in Chennai, Tambaram, T NagarRadiant Business Solutions
 
Business Analyst Training in Chennai, T Nagar, Tambaram
Business Analyst Training in Chennai, T Nagar, TambaramBusiness Analyst Training in Chennai, T Nagar, Tambaram
Business Analyst Training in Chennai, T Nagar, TambaramRadiant Business Solutions
 
Android Training in Kochi, Ernakulam, Cochin, Kerala
Android Training in Kochi, Ernakulam, Cochin, KeralaAndroid Training in Kochi, Ernakulam, Cochin, Kerala
Android Training in Kochi, Ernakulam, Cochin, KeralaRadiant Business Solutions
 
Android Training Institute in Kochi, Cochin, Ernakulam, Kerala
Android Training Institute in Kochi, Cochin, Ernakulam, KeralaAndroid Training Institute in Kochi, Cochin, Ernakulam, Kerala
Android Training Institute in Kochi, Cochin, Ernakulam, KeralaRadiant Business Solutions
 
Android Development Training in Kochi, Ernakulam, Cochin, Kerala
Android Development Training in Kochi, Ernakulam, Cochin, KeralaAndroid Development Training in Kochi, Ernakulam, Cochin, Kerala
Android Development Training in Kochi, Ernakulam, Cochin, KeralaRadiant Business Solutions
 
Android Training in Chennai I Android Course in Chennai
Android Training in Chennai I Android Course in ChennaiAndroid Training in Chennai I Android Course in Chennai
Android Training in Chennai I Android Course in ChennaiRadiant Business Solutions
 
Technical Writing Training Institute in Chennai, Tambaram, T Nagar
Technical Writing Training Institute in Chennai, Tambaram, T NagarTechnical Writing Training Institute in Chennai, Tambaram, T Nagar
Technical Writing Training Institute in Chennai, Tambaram, T NagarRadiant Business Solutions
 
Business Analysis Training in Trivandrum, Kerala
Business Analysis Training in Trivandrum, KeralaBusiness Analysis Training in Trivandrum, Kerala
Business Analysis Training in Trivandrum, KeralaRadiant Business Solutions
 

Mehr von Radiant Business Solutions (20)

Best
Best Best
Best
 
Best HR T
Best HR TBest HR T
Best HR T
 
BA Training in Chennai, T Nagar, Tambaram
BA Training in Chennai, T Nagar, TambaramBA Training in Chennai, T Nagar, Tambaram
BA Training in Chennai, T Nagar, Tambaram
 
Business Analysis Training in T Nagar, Chennai, Tambaram, Guindy
Business Analysis Training in T Nagar, Chennai, Tambaram, GuindyBusiness Analysis Training in T Nagar, Chennai, Tambaram, Guindy
Business Analysis Training in T Nagar, Chennai, Tambaram, Guindy
 
Business Analyst Training Center in T Nagar, Chennai, Tambaram
Business Analyst Training Center in T Nagar, Chennai, TambaramBusiness Analyst Training Center in T Nagar, Chennai, Tambaram
Business Analyst Training Center in T Nagar, Chennai, Tambaram
 
Business An
Business AnBusiness An
Business An
 
Business Analyst Training Institute in Chennai, Tambaram, T Nagar
Business Analyst Training Institute in Chennai, Tambaram, T NagarBusiness Analyst Training Institute in Chennai, Tambaram, T Nagar
Business Analyst Training Institute in Chennai, Tambaram, T Nagar
 
Business Analyst Training in Chennai, T Nagar, Tambaram
Business Analyst Training in Chennai, T Nagar, TambaramBusiness Analyst Training in Chennai, T Nagar, Tambaram
Business Analyst Training in Chennai, T Nagar, Tambaram
 
BA Training in Chennai
BA Training in ChennaiBA Training in Chennai
BA Training in Chennai
 
Android Training in Kochi, Ernakulam, Cochin, Kerala
Android Training in Kochi, Ernakulam, Cochin, KeralaAndroid Training in Kochi, Ernakulam, Cochin, Kerala
Android Training in Kochi, Ernakulam, Cochin, Kerala
 
Android Training Institute in Kochi, Cochin, Ernakulam, Kerala
Android Training Institute in Kochi, Cochin, Ernakulam, KeralaAndroid Training Institute in Kochi, Cochin, Ernakulam, Kerala
Android Training Institute in Kochi, Cochin, Ernakulam, Kerala
 
Android Development Training in Kochi, Ernakulam, Cochin, Kerala
Android Development Training in Kochi, Ernakulam, Cochin, KeralaAndroid Development Training in Kochi, Ernakulam, Cochin, Kerala
Android Development Training in Kochi, Ernakulam, Cochin, Kerala
 
Android Training in Chennai I Android Course in Chennai
Android Training in Chennai I Android Course in ChennaiAndroid Training in Chennai I Android Course in Chennai
Android Training in Chennai I Android Course in Chennai
 
Technical Writing Training Institute in Chennai, Tambaram, T Nagar
Technical Writing Training Institute in Chennai, Tambaram, T NagarTechnical Writing Training Institute in Chennai, Tambaram, T Nagar
Technical Writing Training Institute in Chennai, Tambaram, T Nagar
 
Technical Writing Training in Chennai, Tamb
Technical Writing Training in Chennai, TambTechnical Writing Training in Chennai, Tamb
Technical Writing Training in Chennai, Tamb
 
Business Analyst Training in Pune
Business Analyst Training in PuneBusiness Analyst Training in Pune
Business Analyst Training in Pune
 
Business Analysis Training in Bangalore
Business Analysis Training in BangaloreBusiness Analysis Training in Bangalore
Business Analysis Training in Bangalore
 
Business Analyst Training in Bangalore
Business Analyst Training in BangaloreBusiness Analyst Training in Bangalore
Business Analyst Training in Bangalore
 
HR Training in Chennai
HR Training in ChennaiHR Training in Chennai
HR Training in Chennai
 
Business Analysis Training in Trivandrum, Kerala
Business Analysis Training in Trivandrum, KeralaBusiness Analysis Training in Trivandrum, Kerala
Business Analysis Training in Trivandrum, Kerala
 

Kürzlich hochgeladen

Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 

Kürzlich hochgeladen (20)

Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 

Oracle SQL Training in Chennai, Tambaram

  • 1. Oracle SQL Course Contents Ph: 91 8807725095 info@radiantbusiness.in www.radiantbusiness.in Introduction to Oracle Database List the features of Oracle Database 11g Discuss the basic design, theoretical and physical aspects of a relational database Categorize the different types of SQL statements Describe the data set used by the course Log onto the database using the SQL Developer environment Save queries to files and use script files in SQL Developer Retrieve Data Using the SQL SELECT Statement List the capabilities of SQL SELECT statements Generate a report of data from the output of a basic SELECT statement Select All Columns Select Specific Columns Use Column Heading Defaults Use Arithmetic Operators Understand Operator Precedence Learn the DESCRIBE command to display the table structure Learn to Restrict and Sort Data Write queries that contain a WHERE clause to limit the output retrieved List the comparison operators and logical operators that are used in a WHERE clause Describe the rules of precedence for comparison and logical operators Use character string literals in the WHERE clause Write queries that contain an ORDER BY clause sort the output of a SELECT statement Sort output in descending and ascending order Usage of Single-Row Functions to Customize Output Describe the differences between single row and multiple row functions Manipulate strings with character function in the SELECT and WHERE clauses Manipulate numbers with the ROUND, TRUNC and MOD functions Perform arithmetic with date data Manipulate dates with the date functions Invoke Conversion Functions and Conditional Expressions Describe implicit and explicit data type conversion Use the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions Nest multiple functions Apply the NVL, NULLIF, and COALESCE functions to data Use conditional IF THEN ELSE logic in a SELECT statement Aggregate Data Using the Group Functions Use the aggregation functions in SELECT statements to produce meaningful reports
  • 2. Oracle SQL Course Contents Ph: 91 8807725095 info@radiantbusiness.in www.radiantbusiness.in Divide the data in groups by using the GROUP BY clause Exclude groups of date by using the HAVING clause Display Data From Multiple Tables Using Joins Write SELECT statements to access data from more than one table View data that generally does not meet a join condition by using outer joins Join a table by using a self join Use Sub-queries to Solve Queries Describe the types of problem that sub-queries can solve Define sub-queries List the types of sub-queries Write single-row and multiple-row sub-queries The SET Operators Describe the SET operators Use a SET operator to combine multiple queries into a single query Control the order of rows returned Data Manipulation Statements Describe each DML statement Insert rows into a table Change rows in a table by the UPDATE statement to Delete rows from a table with the DELETE statement Save and discard changes with the COMMIT and ROLLBACK statements Explain read consistency Use of DDL Statements to Create and Manage Tables Categorize the main database objects Review the table structure List the data types available for columns Create a simple table Decipher how constraints can be created at table creation Describe how schema objects work Other Schema Objects Create a simple and complex view Retrieve data from views Create, maintain, and use sequences Create and maintain indexes Create private and public synonyms
  • 3. Oracle SQL Course Contents Ph: 91 8807725095 info@radiantbusiness.in www.radiantbusiness.in Control User Access Differentiate system privileges from object privileges Create Users Grant System Privileges Create and Grant Privileges to a Role Change Your Password Grant Object Privileges How to pass on privileges? Revoke Object Privileges Management of Schema Objects Add, Modify and Drop a Column Add, Drop and Defer a Constraint How to enable and disable a Constraint? Create and Remove Indexes Create a Function-Based Index Perform Flashback Operations Create an External Table by Using ORACLE_LOADER and by Using ORACLE_DATAPUMP Query External Tables Manage Objects with Data Dictionary Views Explain the data dictionary Use the Dictionary Views USER_OBJECTS and ALL_OBJECTS Views Table and Column Information Query the dictionary views for constraint information Query the dictionary views for view, sequence, index and synonym information Add a comment to a table Query the dictionary views for comment information Manipulate Large Data Sets Use Subqueries to Manipulate Data Retrieve Data Using a Subquery as Source Insert Using a Subquery as a Target Usage of the WITH CHECK OPTION Keyword on DML Statements List the types of Multitable INSERT Statements Use Multitable INSERT Statements Merge rows in a table Track Changes in Data over a period of time
  • 4. Oracle SQL Course Contents Ph: 91 8807725095 info@radiantbusiness.in www.radiantbusiness.in Data Management in Different Time Zones Time Zones CURRENT_DATE, CURRENT_TIMESTAMP, and LOCALTIMESTAMP Compare Date and Time in a Session’s Time Zone DBTIMEZONE and SESSIONTIMEZONE Difference between DATE and TIMESTAMP INTERVAL Data Types Use EXTRACT, TZ_OFFSET and FROM_TZ Invoke TO_TIMESTAMP,TO_YMINTERVAL and TO_DSINTERVAL