MySQL for Developers. Duration: 5 Days

Similar documents
MySQL for Developers. Duration: 5 Days

MySQL for Developers Ed 3

MySQL for Developers Ed 3

MySQL for Database Administrators Ed 4

MySQL for Developers with Developer Techniques Accelerated

MySQL for Database Administrators Ed 3.1

MySQL for Beginners Ed 3

Course Outline. MySQL Database Administration & Design. Course Description: Pre-requisites: Course Content:

MySQL Database Administrator Training NIIT, Gurgaon India 31 August-10 September 2015

Oracle Database: Introduction to SQL Ed 2

Querying Data with Transact-SQL

ITS. MySQL for Database Administrators (40 Hours) (Exam code 1z0-883) (OCP My SQL DBA)

Querying Data with Transact SQL Microsoft Official Curriculum (MOC 20761)

Course Modules for MCSA: SQL Server 2016 Database Development Training & Certification Course:

MySQL 5.0 Certification Study Guide

Oracle Database: SQL and PL/SQL Fundamentals Ed 2

Oracle Database: SQL and PL/SQL Fundamentals

CO MySQL for Database Administrators

Introduction to SQL/PLSQL Accelerated Ed 2

Oracle - MySQL Developer Techniques with Advanced

Oracle Database: SQL and PL/SQL Fundamentals NEW

Querying Data with Transact-SQL (761)

Oracle Database: SQL and PL/SQL Fundamentals NEW

Querying Data with Transact SQL

Querying Data with Transact-SQL

Hyperion Interactive Reporting Reports & Dashboards Essentials

Oracle Database 11g: SQL and PL/SQL Fundamentals

Writing Queries Using Microsoft SQL Server 2008 Transact-SQL. Overview

Oracle Database: Introduction to SQL/PLSQL Accelerated

Certification Exam Preparation Seminar: Oracle Database SQL

Querying Data with Transact-SQL

Developing SQL Databases

Oracle Database: Program with PL/SQL Ed 2

20761B: QUERYING DATA WITH TRANSACT-SQL

Writing Queries Using Microsoft SQL Server 2008 Transact- SQL

Conditionally control code flow (loops, control structures). Create stored procedures and functions.

Learning Alliance Corporation, Inc. For more info: go to

Microsoft Developing SQL Databases

20762B: DEVELOPING SQL DATABASES

"Charting the Course... MOC A Developing Microsoft SQL Server 2012 Databases. Course Summary

Querying Data with Transact-SQL

Course Outline. Querying Data with Transact-SQL Course 20761B: 5 days Instructor Led

Microsoft. [MS20762]: Developing SQL Databases

SQL Server Development 20762: Developing SQL Databases in Microsoft SQL Server Upcoming Dates. Course Description.

"Charting the Course... MOC C: Developing SQL Databases. Course Summary

Oracle Database 10g: Introduction to SQL

MySQL for Developers. Student Guide - Volume 1. SQL-4501 Release 2.2. D61830GC10 Edition 1.0 D62436

Querying Data with Transact-SQL (20761)

Ryan Stephens. Ron Plew Arie D. Jones. Sams Teach Yourself FIFTH EDITION. 800 East 96th Street, Indianapolis, Indiana, 46240

SQL Server 2014 Internals and Query Tuning

Querying Data with Transact-SQL

Oracle Database: Program with PL/SQL

MySQL Cluster Ed 2. Duration: 4 Days

Oracle Database 12c R2: Program with PL/SQL Ed 2 Duration: 5 Days

Oracle BI 11g R1: Build Repositories

Oracle Database 11g: Administer a Data Warehouse

Oracle - MySQL Fundamentals Ed 1

Oracle Database: Introduction to SQL

20761C: Querying Data with Transact-SQL

Database Processing. Fundamentals, Design, and Implementation. Global Edition

Querying Data with Transact-SQL

PHP and MySQL Programming

"Charting the Course to Your Success!" MOC D Querying Microsoft SQL Server Course Summary

Oracle 12C DBA Online Training. Course Modules of Oracle 12C DBA Online Training: 1 Oracle Database 12c: Introduction to SQL:

Course Prerequisites: This course requires that you meet the following prerequisites:

Administering WebLogic Server on Java Cloud Service I Ed 1 Coming Soon

Querying Data with Transact-SQL

Duration Level Technology Delivery Method Training Credits. Classroom ILT 5 Days Intermediate SQL Server

[MS20464]: Developing Microsoft SQL Server 2014 Databases

Oracle Database: Introduction to SQL

Oracle Database 12c: Administration Workshop Ed 2

Oracle Database 12c: Administration Workshop Ed 2

6232A - Version: 1. Implementing a Microsoft SQL Server 2008 Database

"Charting the Course... MOC C: Querying Data with Transact-SQL. Course Summary

Oracle Syllabus Course code-r10605 SQL

CO Oracle Database 12c: Advanced PL/SQL

Implement a virtual private database with fine-grained access control. Write code to interface with external C and Java applications.

ORACLE TRAINING CURRICULUM. Relational Databases and Relational Database Management Systems

Oracle Database 12c: Program with PL/SQL Duration: 5 Days Method: Instructor-Led

20461D: Querying Microsoft SQL Server

Oracle Service Cloud Integration for Developers Ed 1

AO3 - Version: 2. Oracle Database 11g SQL

Oracle Database 11g: SQL Tuning Workshop

Oracle Developer Track Course Contents. Mr. Sandeep M Shinde. Oracle Application Techno-Functional Consultant

Developing Microsoft SQL Server 2012 Databases 36 Contact Hours

ORANET- Course Contents

QUERYING MICROSOFT SQL SERVER COURSE OUTLINE. Course: 20461C; Duration: 5 Days; Instructor-led

Querying Microsoft SQL Server

Microsoft Querying Microsoft SQL Server 2014

Microsoft Access 2013/2016 Course Outlines (version differences will be noted in the outline).

AVANTUS TRAINING PTE LTD

Oracle Database: Program with PL/SQL

Querying Microsoft SQL Server 2012/2014

Oracle Database 11g: Data Warehousing Fundamentals

Oracle Education Partner, Oracle Testing Center Oracle Consultants

Suggested Experience Required Exams Recommended Teradata Courses. TE Teradata 12 Basics

Querying Microsoft SQL Server 2014

Data 101 Which DB, When. Joe Yong Azure SQL Data Warehouse, Program Management Microsoft Corp.

ExecuTrain Course Outline Course 10776A: Developing Microsoft SQL Server 2012 Databases 5 Days

Microsoft Querying Data with Transact-SQL - Performance Course

Transcription:

Oracle University Contact Us: 0800 891 6502 MySQL for Developers Duration: 5 Days What you will learn This MySQL for Developers training teaches developers how to develop console and web applications using MySQL with their choice of the PHP, Java, or Python programming languages. Expert Oracle University instructors will guide you through realistic hands-on activities to teach you how to use Connectors to access MySQL databases, query the database effectively, present data in different formats, and use MySQL support for NoSQL. In this course, you will be introduced to the MySQL Cloud Service. Learn To: Program with Connectors. Write console and web applications. Optimize query performance. Write stored routines and triggers. Use the InnoDB memcached plugin for NoSQL access to your data. Store, access, and analyze geospatial data. Gain an understanding of the MySQL Cloud Service. Benefits to You This course will teach you how to write applications that maximize your investment in MySQL. You will learn best practice techniques for writing programs that store and retrieve MySQL data and present it to users in a way that allows them to gain insight into that data. Audience Application Developers Data Analyst Developer Support Engineer Related Training Required Prerequisites Knowledgable in Joining tables Knowledgable in executing basic DDL and DML queries using SQL Knowledgable in relational database concepts and MySQL data types Copyright 2017, Oracle. All rights reserved. Page 1

Knowledgable in using the mysql command-line client MySQL Fundamentals Ed 1 Suggested Prerequisites Basic HTML Developing simple web applications using PHP, Java/JSTL, or Knowledge of JSON (javascript object notation) MySQL Performance Tuning MySQL Performance Tuning Ed 3 MySQL for Database Administrators Ed 3.1 MySQL for Database Administrators Ed 4 Course Objectives Secure your connections to the MySQL server Use prepared statements Guard against SQL injection Investigate and handle errors and warnings Create database-driven web applications Enable fast text search Respond to data changes and events Modify table data Use temporal and numeric functions in expressions Write queries that contain nested queries Safeguard concurrent queries by using transactions Find and fix poorly-performing queries Use NoSQL and JSON document stores Write stored programs Create MySQL client programs using Connectors Copyright 2017, Oracle. All rights reserved. Page 2

Gain an understanding of the MySQL Cloud Service Course Topics Introduction to MySQL MySQL overview MySQL Enterprise Edition MySQL on the Web The MySQL community What is MySQL Cloud Service What it means to provision a MySQL Cloud Service instance How an instance of MySQL Cloud Service differs from having an on-premises instance How MySQL course content covers material that applies whether you run MySQL locally or in MySQL Cloud Service Connectors and APIs Introducing MySQL Connectors PHP Connectors Connector/J Connector/Python Embedding MySQL in an application Integration with MySQL Fabric Using Connectors PHP, Java, and Python Connectors Reusing connections Dealing with special characters and null values Storing and retrieving connection details Creating secure connections to the MySQL server Prepared Statements Reasons for using prepared statements User-defined variables Preparing, executing, and deallocating prepared statements Using prepared statements with Connectors Handling Errors and Warnings SQL modes Interpreting errors and warnings MySQL diagnostics Error and exception handling with Connectors Building Database-Driven Web Applications Anatomy of a database-driven web application Different methods of displaying query results Web forms and processing requests Using hyperlinks for navigation Displaying query results across multiple pages Dynamic sorting of query results Tables and Views Copyright 2017, Oracle. All rights reserved. Page 3

Creating new tables from existing tables Temporary tables Using mysqldump Working with views Working with Strings Overview of working with strings String functions Sorting and comparing strings Matching string patterns with regular expressions Using FULLTEXT search Working with Numeric and Temporal Data Numeric expressions Temporal expressions Interval arithmetic Numeric functions Temporal functions Subqueries Subquery: overview Scalar subqueries Row subqueries Table subqueries Correlated and non-correlated subqueries Subqueries in data modification statements Modifying Table Data Using the INSERT statement Retrieving the ID of the last-inserted record Using the DELETE statement Using the UPDATE and REPLACE statements Using the TRUNCATE statement Transactions Overview of transactions Transactional statements Using transactions within programs Consistency issues Isolation levels Locking Query Optimization Optimization strategies The MySQL Query Optimizer Indexing Query analysis with the EXPLAIN statement Rewriting queries MySQL Enterprise Monitor Stored Routines Creating stored routines Copyright 2017, Oracle. All rights reserved. Page 4

Variables in stored routines Parameters in stored routines Managing stored routines in the database Using flow control statements and constructs Using cursors Limitations of stored routines Triggers and Scheduled Events Triggers Scheduled Events Reporting Aggregating data Summary tables Grouping data Crosstab reports Bar charts Decision tables NoSQL NoSQL in MySQL Memcached plugin for InnoDB Memcached application development The JSON native data type JSON functions Generated columns Spatial Data Spatial data support in MySQL The MySQL spatial data types Spatial data formats Using spatial indexes for analysis Useful spatial data functions Conclusion Copyright 2017, Oracle. All rights reserved. Page 5