BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Computer Training Source - ECPv6.16.5.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:Computer Training Source
X-ORIGINAL-URL:https://computertrainingsource.com
X-WR-CALDESC:Events for Computer Training Source
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Denver
BEGIN:DAYLIGHT
TZOFFSETFROM:-0700
TZOFFSETTO:-0600
TZNAME:MDT
DTSTART:20200308T090000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0600
TZOFFSETTO:-0700
TZNAME:MST
DTSTART:20201101T080000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0700
TZOFFSETTO:-0600
TZNAME:MDT
DTSTART:20210314T090000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0600
TZOFFSETTO:-0700
TZNAME:MST
DTSTART:20211107T080000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0700
TZOFFSETTO:-0600
TZNAME:MDT
DTSTART:20220313T090000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0600
TZOFFSETTO:-0700
TZNAME:MST
DTSTART:20221106T080000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Denver:20211026T083000
DTEND;TZID=America/Denver:20211028T160000
DTSTAMP:20210831T230304Z
CREATED:20210209T032545Z
LAST-MODIFIED:20210831T230304Z
UID:3252-1635237000-1635436800@computertrainingsource.com
SUMMARY:Introduction To SQL - 3-Day Class
DESCRIPTION:SQL: – Introduction Using Oracle Database  \n$595 Per Day \n035200SE (Rev 1.0) \nCourse Length: 3 days \nDescription \nLearning the SQL language is one of the most basic tasks required for the use of a relational database. SQL proficiency is essential for business users\, database developers\, database administrators and any other database professional. This textbook introduces the basics of the SQL language and the Oracle Relational Database Management System (RDBMS). One will become acquainted with the differences in the working environment between a traditional on-premise database installation and the Oracle database service cloud-computing platform. \nSince SQL is an industry standard language\, many of the topics presented and many of the skills you will acquire will be applicable to other database platforms\, such as Microsoft SQL Server\, IBM DB2\, the open-source databases MySQL and PostgreSQL\, and others. \nThis textbook takes a unique approach to SQL training in that it incorporates data modeling theory\, relational database theory\, graphical depictions of theoretical concepts and numerous examples of actual SQL syntax into one learning vehicle. \nAudience \nThe target audience for this textbook is all Oracle professionals\, both business and systems professionals. Among the specific groups for whom this textbook will be helpful are: \n• Business and non-IT professionals\n• Application designers and database developers\n• Business Intelligence (BI) analysts and consumers\n• Database administrators\n• Web server administrators \n  \nTraining Suggestions \nThis textbook may be used as one module within a Sideris textbook kit entitled Oracle Database 12c: SQL – Fundamentals (Levels I & II). When delivered in this format as an instructor-led training (ILT) or live virtual training session\, the suggested presentation length of all chapters is between 5 and 6 days. \nThe sequence in which the modules should be considered is as follows: \nOracle Database 12c: SQL I – Introduction\nOracle Database 12c: SQL II – Intermediate \nCertification \nThis textbook and the subsequent ones within this series consider subjects applicable to certification as an Oracle Database Certified SQL Expert. The topics considered are included within “Exam 1Z0-047: Oracle Database: SQL Certified Expert”. \nObjectives \nThe first portion of this textbook considers the logical models upon which a relational database is based and the various configurations and environments in which you may work with the Oracle database. The next segment focuses on the actual SQL syntax for writing database queries. You will begin with the simplest of queries and then proceed onto moderately complex query scenarios. Finally\, this textbook covers the DDL\, DML and transaction control portions of the SQL language that allow one to create\, maintain and manipulate application database objects and application data. \n  \nContent \nRelational Databases & Data Models \n\nAbout Data Models\nAbout the Relational Model\nThe Electronics Data Model\nAbout the Relational DBMS\n\nSelection & Setup of the Database Interface \n\nConsidering Available Tools\nSelecting the Appropriate Tool\nOracle NET Database Connections\nOracle PAAS Database Connections\nSetup SQL Developer\nSetup SQLPLUS\nSetup JDEVELOPER\n\nUsing the Database Interface \n\nAbout Bind & Substitution Variables\nUsing SQL Developer\nUsing SQLPlus\n\nIntroduction to the SQL Language \n\nAbout the SQL Language\nCharacteristics of SQL\nIntroducing SQL Using Select\nSQL Rules\n\nThe Select Statement \n\nThe Select Statement\nDistinct / Unique Keyword\nUsing Alias Names\n\nRestricting Results with the Where Clause \n\nAbout Logical Operators\nEquality Operator\nBoolean Operators\nREGEXP_LIKE()\nIn Operator\n\nSorting Data with the Order by Clause \n\nAbout the Order by Clause\nMultiple Column Sorts\nSpecify the Sort Sequence\nAbout Null Values within Sorts\nUsing Column Aliases\n\nPseudo Columns\, Functions & Top-N Queries \n\nROWID Pseudo Column\nORA_ROWSCN Pseudo Column\nROWNUM Pseudo Column\nAbout the Built-In Functions\nSYSDATE\nUSER & UID\nSESSIONTIMEZONE Function\nUsing the Dual Table\nROW LIMITING & TOP-N Queries\nFETCH FIRST x ROWS ONLY Clause\nOFFSET x ROWS Clause\nFETCH … PERCENT Clause\nThe WITH TIES Option\n\nJoining Tables \n\nAbout JOINs\nINNER JOIN\nREFLEXIVE JOIN\nNON-KEY JOIN\nOUTER JOIN\n\nUsing the Set Operators \n\nAbout the Set Operators\nSQL Set Operator Examples\nUNION Example\nINTERSECT example\nMINUS example\nUNION ALL\n\nUsing Sub-Queries \n\nFinding DAT with Sub-Queries\nStandard Sub-Queries\nCorrelated Sub-Queries\nThe EXISTS Operator\n\nAggregating Data within Groups \n\nAbout Summary Groups\nFind Groups within the Tables\nSelect Data from the Base Tables\nSelect Groups from the Results\n\nUse DDL to Create & Manage Tables \n\nCreate Table Statement\nColumn Data Types\nNOT NULL\nDEFAULT\nDESCRIBE\nAlter Table Statement\nDrop Table Statement\nTable DDL Using SQL Developer\nAlter User Statement\nAlter Session Statement\nNLS_LANGUAGE\nNLS_DATE\n\nUse DML to Manipulate Data \n\nThe INSERT statement\nThe DELETE statement\nThe UPDATE statement\nAbout transactions\nTransaction rollback\nTransaction commits\nTransaction savepoint\nThe set transaction statement\nSet transaction read only statement rules\n\n 
URL:https://computertrainingsource.com/event/sql-for-data-analytics-2-2-2/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
END:VCALENDAR