BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Computer Training Source - ECPv6.17.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:VTIMEZONE
TZID:UTC
BEGIN:STANDARD
TZOFFSETFROM:+0000
TZOFFSETTO:+0000
TZNAME:UTC
DTSTART:20200101T000000
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
BEGIN:VEVENT
DTSTART;TZID=UTC:20211027T083000
DTEND;TZID=UTC:20211027T160000
DTSTAMP:20210831T220954Z
CREATED:20201216T024841Z
LAST-MODIFIED:20210831T220954Z
UID:3201-1635323400-1635350400@computertrainingsource.com
SUMMARY:NEW-ish - Microsoft Power BI: Level 2
DESCRIPTION:Microsoft Power BI: Level 2\nSeptember 16th\, 2021 \nCourse Number: 095212 \nCourse Length: 1 day \n  \nOverview: \nAs technology progresses and becomes more interwoven with our businesses and lives\, more data is collected about business and personal activities. This era of “big data” is a direct result of the popularity and growth of cloud computing\, which provides an abundance of computational power and storage\, allowing organizations of all sorts to capture and store data. Leveraging that data effectively can provide timely insights and competitive advantages. \nCreating data-backed visualizations is key for data scientists\, or any professional\, to explore\, analyze\, and report insights and trends from data. Microsoft® Power BI® software is designed for this purpose. Power BI was built to connect to a wide range of data sources\, and it enables users to quickly create visualizations of connected data to gain insights\, show trends\, and create reports. Power BI’s data connection capabilities and visualization features go far beyond those that can be found in spreadsheets\, enabling users to create compelling and interactive worksheets\, dashboards\, and stories that bring data to life and turn data into thoughtful action. \n  \nCourse Objectives: \nIn this course\, you will analyze data with Microsoft Power BI. You will: \n\nVisualize data with Power BI.\nEnhance data analysis by adding and customizing visual elements.\nModel data with calculations.\nCreate interactive visualizations.\nUse advanced analysis techniques.\nEnhance reports and dashboards.\n\nTarget Student: \nThis course is designed for professionals in a variety of job roles who are currently using desktop or web-based data management tools such as Microsoft Excel® or SQL Server® reporting services to perform numerical or general data analysis. They are responsible for connecting to cloud-based data sources\, as well as shaping and combining data for the purpose of analysis. They are also looking for alternative ways to analyze business data\, visualize insights\, and share those insights with peers across the enterprise. This includes capturing and reporting on data to peers\, executives\, and clients. \nThis course is also designed for professionals who want to pursue the Microsoft certification Exam DA-100: Analyzing Data with Microsoft Power BI. \nPrerequisites: \n\nMicrosoft® Excel® for Office 365™ (Desktop or Online): Part 1 or Microsoft® Office Excel® 2019: Part 1\nMicrosoft® Excel® for Office 365™ (Desktop or Online): Part 2 or Microsoft® Office Excel® 2019: Part 2\nPower B: Introduction\n\nCourse Content \nLesson 1: Visualizing Data with Power BI \nTopic A: Create Visualizations in Power BI \nTopic B: Chart Data in Power BI \n  \nLesson 2: Enhancing Data Analysis \nTopic A: Customize Visuals and Pages \nTopic B: Incorporate Tooltips \n  \nLesson 3: Modeling Data with Calculations \nTopic A: Create Calculations with Data Analysis Expressions (DAX) \nTopic B: Create Calculated Measures and Conditional Columns \n  \nLesson 4: Creating Interactive Visualizations \nTopic A: Create and Manage Data Hierarchies \nTopic B: Filter and Slice Reports \nTopic C: Create Dashboards \n  \nLesson 5: Using Advanced Analysis Techniques \nTopic A: Create Calculated Tables\, Variables\, and Parameters \nTopic B: Enhance Visuals with Statistical Analysis \nTopic C: Perform Advanced Analysis \n  \nLesson 6: Enhancing Reports and Dashboards \nTopic A: Enhance Reports \nTopic B: Enhance Dashboards \n  \n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/microsoft-o365-project-2-2-2-2-2-2-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20211027T083000
DTEND;TZID=UTC:20211027T160000
DTSTAMP:20210924T185029Z
CREATED:20201216T025947Z
LAST-MODIFIED:20210924T185029Z
UID:3242-1635323400-1635350400@computertrainingsource.com
SUMMARY:OneNote Level 1 - w/Tips and Tricks
DESCRIPTION:Course Length: 1 day \n\n\n\nCourse Objectives: \n\n\n\nIn this course\, you will develop digital note-taking skills by creating\, modifying\, and managing OneNote notebooks that work with other Microsoft Office programs. \n\n\n\nYou will: \n\n\n\n\nNavigate and customize the OneNote interface and environment.\nAdd and format text\, images\, audio\, links\, and drawing objects to a notebook.\nEmbed Excel spreadsheets and attach other files to a notebook.\nCategorize\, organize\, and search notebook content.\nCheck spelling in\, print\, and password-protect notebooks.\nUse Outlook and OneDrive to send and share notebook content.\nExport notebook content and manage notebook history and backups.\n\n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/onenote-o365-2-2-2-3-2-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
END:VCALENDAR