MySQL for Developers with Developer Techniques Accelerated

Similar documents
MySQL for Developers Ed 3

MySQL for Developers Ed 3

Oracle - MySQL Developer Techniques with Advanced

MySQL for Beginners Ed 3

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

MySQL 5.0 Certification Study Guide

MySQL for Database Administrators Ed 3.1

CO MySQL for Database Administrators

MySQL for Developers. Duration: 5 Days

MySQL for Developers. Duration: 5 Days

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

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

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

Writing Queries Using Microsoft SQL Server 2008 Transact- SQL

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

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

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

20461D: Querying Microsoft SQL Server

Querying Microsoft SQL Server

Querying Microsoft SQL Server

Querying Data with Transact-SQL

Querying Microsoft SQL Server 2014

AVANTUS TRAINING PTE LTD

ORACLE DATABASE 12C INTRODUCTION

20461: Querying Microsoft SQL Server

Querying Microsoft SQL Server

After completing this course, participants will be able to:

Course Details Duration: 3 days Starting time: 9.00 am Finishing time: 4.30 pm Lunch and refreshments are provided.

Querying Microsoft SQL Server

COURSE OUTLINE: Querying Microsoft SQL Server

Course 20461C: Querying Microsoft SQL Server

20461: Querying Microsoft SQL Server 2014 Databases

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

Querying Microsoft SQL Server 2012/2014

T-SQL Training: T-SQL for SQL Server for Developers

Microsoft Querying Microsoft SQL Server 2014

Querying Microsoft SQL Server 2008/2012

Querying Microsoft SQL Server

Querying Microsoft SQL Server (MOC 20461C)

[AVNICF-MCSASQL2012]: NICF - Microsoft Certified Solutions Associate (MCSA): SQL Server 2012

Oracle Database: SQL and PL/SQL Fundamentals Ed 2

Querying Data with Transact-SQL

Oracle Database 10g: Introduction to SQL

20761B: QUERYING DATA WITH TRANSACT-SQL

Querying Data with Transact-SQL

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

Oracle Database: SQL and PL/SQL Fundamentals NEW

Sql Server Syllabus. Overview

Querying Data with Transact-SQL

Oracle Database: Introduction to SQL/PLSQL Accelerated

Querying Data with Transact-SQL

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

MIS NETWORK ADMINISTRATOR PROGRAM

Oracle Database 11g: SQL and PL/SQL Fundamentals

Querying Data with Transact-SQL

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

Oracle - MySQL Fundamentals Ed 1

Querying Data with Transact-SQL

Course 20461C: Querying Microsoft SQL Server

Introduction to SQL/PLSQL Accelerated Ed 2

COURSE OUTLINE MOC 20461: QUERYING MICROSOFT SQL SERVER 2014

20761C: Querying Data with Transact-SQL

Querying Microsoft SQL Server 2014

Oracle Database: Introduction to SQL Ed 2

Oracle Database 12c: Use XML DB

Querying Data with Transact-SQL (761)

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

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 8 Advanced SQL

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

Chapter 7. Advanced SQL. Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel

Querying Microsoft SQL Server 2014

Microsoft - Querying Microsoft SQL Server 2014 (M20461) (M20461)

Oracle Database: Program with PL/SQL Ed 2

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

Microsoft Querying Data with Transact-SQL - Performance Course

Oracle Syllabus Course code-r10605 SQL

Querying Data with Transact SQL

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

MCSA SQL SERVER 2012

Introduction to Computer Science and Business

5. Single-row function

ORACLE PL/SQL DATABASE COURSE

Certification Exam Preparation Seminar: Oracle Database SQL

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: Program with PL/SQL

Model Question Paper. Credits: 4 Marks: 140

DB2 UDB: Application Programming

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 8 Advanced SQL

Interview Questions on DBMS and SQL [Compiled by M V Kamal, Associate Professor, CSE Dept]

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

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

Querying Data with Transact-SQL (20761)

Hyperion Interactive Reporting Reports & Dashboards Essentials

"Charting the Course... Oracle18c SQL (5 Day) Course Summary

Querying Data with Transact-SQL

MS_20761 Querying Data with Transact-SQL

EDUVITZ TECHNOLOGIES

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

Oracle Database: SQL and PL/SQL Fundamentals NEW

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

Transcription:

Oracle University Contact Us: 02 696 8000 MySQL for Developers with Developer Techniques Accelerated Duration: 5 Days What you will learn This MySQL for Developers with Developer Techniques Accelerated training will guide developers through advanced level MySQL Developer topics. In this intensive course, you'll develop an advanced level understanding of topics related to the main products for MySQL Developers. Learn To: Understand essential SQL statements for data design, querying and programming. Design and implement applications that make use of MySQL. Create complex queries and efficient structures. Improve the performance of your database applications. Benefits to You MySQL developers will learn additional query writing techniques that support creating reports. These reports support end users. You'll gain the skills required to create and utilize trees and hierarchical data structures. Course Duration This is an accelerated course, covering eight days worth of content in only five days. Because of the extra content covered each day, the duration of classes may be slightly longer than usual. Audience Database Administrators Database Designers Developer Related Training Required Prerequisites Having attended the MySQL for Beginners course or some experience with Relational Databases and SQL MySQL for Beginners Ed 2 Course Objectives Configure and Optimize MySQL Copyright 2013, Oracle. All rights reserved. Page 1

Create and manage triggers Create user defined variables, prepared statements and stored routines Create views utilizing SELECT statements to produce virtual tables of specific data Debug MySQL applications Manage the structural characteristics of your databases and the tables within your databases Perform bulk data import and export operations Select the best data type for representing information in MySQL Understand the steps necessary to invoke MySQL client programs Write join expressions in your SQL statements to obtain information from multiple tables Having attended the MySQL for Beginners course or some experience with Relational Databases and SQL Create report queries Design and optimize queries Design data structures Improve the design of joins Improve the process of importing data Course Topics Introduction MySQL Client/Server Concepts MySQL General Architecture How MySQL Uses Disk Space How MySQL Uses Memory MySQL Clients Invoking Client Programs Using Option Files The MySQL Client MySQL Query Browser MySQL Connectors Third-Party APIs Querying for Table Data The SELECT Statement Aggregating Query Results Copyright 2013, Oracle. All rights reserved. Page 2

Using UNION Handling Errors and Warnings SQL Modes Handling Missing or Invalid Data Values Interpreting Error Messages SQL Expressions SQL Comparisons Functions in SQL Expressions Comments in SQL Statements Data Types Data Type Overview Numeric Data Types Character String Data Types Binary String Data Types Temporal Data Types NULLs Obtaining Metadata Metadata Access Methods The INFORMATION_SCHEMA Database/Schema Using SHOW and DESCRIBE The mysqlshow Command Databases Database Properties Good Design Practices Identifiers Creating Databases Altering Databases Dropping Databases Tables Creating Tables Table Properties Column Options Creating Tables Based on Existing Tables Altering Tables Dropping Tables Foreign Keys Manipulating Table Data The INSERT Statement The DELETE Statement The UPDATE Statement The REPLACE Statement INSERT with ON DUPLICATE KEY UPDATE The TRUNCATE TABLE Statement Transactions Copyright 2013, Oracle. All rights reserved. Page 3

What is a Transaction? Transaction Commands Isolation Levels Locking Joins What is a Join? Joining Tables in SQL Basic Join Syntax Inner Joins Outer Joins Other Types of Joins Joins in UPDATE and DELETE statements Subqueries Types of Subqueries Table Subquery Operators Correlated and Non-Correlated Subqueries Converting Subqueries to Joins Views What Are Views? Creating Views Updatable Views Managing Views Obtaining View Metadata Prepared Statements Why Use Prepared Statements? Using Prepared Statements from the mysql Client Preparing a Statement Executing a Prepared Statement Deallocating a Prepared Statement Exporting and Importing Data Exporting and Importing Data Exporting and Importing Data Using SQL Exporting and Importing Data Using MySQL Client Programs Import Data with the SOURCE Command Stored Routines What is a Stored Routine? Creating, Executing and Deleting Stored Routines Compound Statements Assign Variables Parameter Declarations Flow Control Statements Declare and Use Handlers Cursors Improving Performance with Indexes Query Executions in MySQL Copyright 2013, Oracle. All rights reserved. Page 4

Why Indexes? When MySQL Uses an Index Optimize Indexes Improving Searches of Date and Text Fields Strings in Multiple Columns Case Sensitivity INET_ATON and INET_NTOA functions Searching Dates String Dates to SQL Dates Dates to Integer Values Dates to Strings Nonspecific Date Searches Improving Inserts and Updates INSERT Process Storage Engine Specifics MySQL Extensions Improving Calculations Aggregate Multiplication Functions Running Total Queries Avoiding Division by Zero Median Values Simulating RANK Solving Complex Problems Miscellaneous Copyright 2013, Oracle. All rights reserved. Page 5