Python Developer Course

Size: px
Start display at page:

Download "Python Developer Course"

Transcription

1 Python Developer Course Job Support Complete Practical Real-Time Scenarios Resume Preparation Lab Access Complete Practical & Real-time Training Training Highlights Placement Support Support Certification Interview Preparation Material, Practice Labs 100% Placement Assistance Trainer: Mr. Sekhar is a Database Developer and Consultant, Microsoft Certified Trainer with more than 14 years of expertise on SQL Server, Business Intelligence (MSBI) and.net. He delivers various Corporate Trainings to many MNCs including Infosys, MindTree, ADP, Infotech, PrimeHealth. Trainer Our latest Invoices & Purchase Orders For Free Demo: Call us on INDIA: , USA: To speak to Trainer: you can visit our SR Nagar office any day at 1 PM or at 8 PM. Free Career Guidance and Trainer sync-up classes every Saturday at 11 AM. Revision, Mock Interviews, Interview & Resume Classes Every Saturday

2 Python Developer Training Plans Plan A Plan B Course Duration Completely Practical Mock Interviews Real Time Project Python Developer Advanced Python X Database Basics X Joins, Sub Queries X PL SQL Training X Course Fee INR 8,000/- USD 120 ** Resume Preperation, Mock Interviews are included in every plan. ** Chapter wise Mock Interviews are included in every plan. INR 12,000/- USD 200 Module 1: Core Python CHAPTER 1 : INTRODUCTION TO SCRIPT What is Script? What is a program? Types of Scripts Difference between Script & Programming Languages Features of Scripting Limitation of Scripting Types of programming Language Paradigms Basic understanding of Python Python and Other programming languages CHAPTER 9 : Python LOOPS How to use While Loop How to use For Loop How to use For Loop for set of other things besides numbers Break statements in For Loop Continue statement in For Loop Enumerate function for For Loop Practical Example How to use for loop to repeat the same statement over and again Break, continue statements

3 CHAPTER 2 : INTRODUCTION TO PYTHON What is Python And Why Python? Who Uses Python? Characteristics of Python History of Python What is PSF? Python Versions How to Download & Install Python Install Python with Diff IDEs Features and Limitations of Python Python Applications Creating Your First Python Program Printing to the Screen Reading Keyboard Input Using Command Prompt and GUI or IDE Python Python first program Compilers VS interpreters CHAPTER 4 : PYTHON NEW IDEs PyCharm IDE How to Work on PyCharm PyCharm Components Debugging process in PyCharm PYTHON Install Anaconda What is Anaconda & Coding Environments? Spyder Components and Features Spyder Shortcut Keys Jupyter Notebook What is Conda and Conda List? Jupyter and Kernels What is PIP? CHAPTER 5 : Variables in Python What is Variable? Variables in Python Constants in Python Variable and Value Variable names Mnemonic Variable Names Values and Types What Does Type Mean? Multiple Assignment Python different numerical types Standard Data Types CHAPTER 10 : Learning Python Strings Accessing Values in Strings Various String Operators Some more examples Python String replace() Method Changing upper and lower case strings Using join function for the string Reversing String Split Strings CHAPTER 11 : Sequence or Collections in Python Strings and Unicode Strings Lists and Tuples Buffers and Xrange CHAPTER 12 : Python Lists Lists are mutable Getting to Lists List indices Traversing a list List operations List slices List methods Map, filter and reduce Deleting elements Lists and strings CHAPTER 13 : Python TUPLE Advantages of Tuple over List Packing and Unpacking Comparing tuples Creating nested tuple Using tuples as keys in dictionaries Deleting Tuples & Slicing of Tuple Tuple Membership Test Built-in functions with Tuple Dotted Charts

4 Operators and Operands Order of Operations Swap variables Python Mathematics Type Conversion Mutable Versus Immutable Objects CHAPTER 6 : String Handling What is string? String operations String indices Basic String Operations String Functions, Methods Delete a string String Multiplication and concatenation Python Keywords Python Identifiers Python Literals String Formatting Operator Structuring with indentation in Python Built-in String Methods Define Data Structure? Data Structures in PYTHON CHAPTER 7: Python Operators and Operands Arithmetic Operators & Relational Operators Comparison Operators Python Assignment Operators Short hand Assignment Operators Logical Operators or Bitwise Operators Membership Operators Identity Operators & Operator precedence Evaluating Expressions CHAPTER 8 : Python Conditional Statements How to use if condition if statement (One-Way Decisions) if.. else statement (Two-way Decisions) How to use else condition if.. elif.. else statement (Multi-way) CHAPTER 14 : Python Sets How to create a set? Iteration Over Sets Python Set Methods Python Set Operations Union of sets Built-in Functions with Set Python Frozen set CHAPTER 15 : Python Dictionary How to create a dictionary? PYTHON HASHING? Python Dictionary Methods Copying dictionary Updating Dictionary Delete Keys from the dictionary Dictionary items() Method Sorting the Dictionary Python Dictionary in-built Functions Dictionary len() Method Variable Types Python List cmp() Method Dictionary Str(dict) CHAPTER 16 : Python Functions What is a function? How to define and call a function in Python Types of Functions Significance of Indentation (Space) in Python How Function Return Value? Types of Arguments in Functions Default Arguments Non-Default Arguments Keyword Arguments Non-keyword Arguments Arbitrary Arguments Rules to define a function in Python Various Forms of Function Arguments Scope and Lifetime of variables Nested Functions

5 When else condition does not work How to use elif condition and nested if. Call By Value, Call by Reference Anonymous Functions/Lambda functions Module II: Advance Python CHAPTER 17 : Python Modules What is a Module? Types of Modules The import Statement The from import Statement..import * Statement Underscores in Python The dir( ) Function Creating User defined Modules Command line Arguments Python Module Search Path CHAPTER 18 : Packages in Python What is a Package? Introduction to Packages? Importing module from a package Creating a Package and sub package Importing from Sub-Packages Popular Python Packages CHAPTER 19 : Python Date and Time How to Use Date & Datetime Class How to Format Time Output How to use Time delta Objects Calendar in Python Datetime classes in Python How to Format Time Output? The Time Module and Calendar Module Python Text Calendar & HTML Calendar Class Unix Date and Time Commands CHAPTER 20 : File Handling What is a data, Information File? File Objects and File Different Modes file Object Attributes How to create a Text File and Append Data CHAPTER 27 : Python-Data Base Communication What is Database? Types of Databases? What is DBMS and What is RDBMS? What is Big Data? Types of data? Oracle and MySQL SQL server, DB2 and Postgre SQL Executing the Queries Bind Variables Installing of Oracle Python Modules Executing DML Operations..!! CHAPTER 28 : Multi-Threading What is Multi-Threading Threading Module Defining a Thread Thread Synchronization CHAPTER 30 : Web Scrapping The components of a web page Beautiful Soup Urllib2 HTML, CSS, JS, jquery Data frames PIP Installing External Modules Using PIP CHAPTER 31 : Unit Testing with PyUnit What is Testing? Types of Testings and Methods? What is Unit Testing? What is PyUnit?

6 How to Read a File and Closing a file Read, read line,read lines, write, write lines!! Renaming and Deleting Files Directories in Python Working with CSV files Handling IO Exceptions CHAPTER 21 : Python OS Module Shell Script Commands Various OS operations in Python Python File System Shell Methods Different Python Modules Os, Math, cmd, csv, random NumPY ( numerical python ) Pandas, Sys, MatPlotLib, Datetime, Time CHAPTER 22 : Python Exception Handling Common Run Time Errors in PYTHON Abnormal termination Chain of importance Of Exception Exception Handling functions Argument of an Exception Python Custom Exceptions Ignore Errors & Assertions Using Assertions Effectively CHAPTER 23 : More Advanced PYTHON Python Iterators and Python Generators Python Closures and Python Decorators CHAPTER 24 : Python Class and Objects Introduction to OOPs Programming Object Oriented Programming System Creating Objects, Class and Instance Variables Basic concept of Object and Classes Access Modifiers How to define Python classes Python Namespace Self-variable in python Garbage Collection What is Inheritance? Types of Inheritance? How Inheritance works? Test scenarios, Test Cases, Test suites CHAPTER 32 : Introduction to Python Web Frameworks Django Design Advantages of Django Installing Django & Designing Web Pages HTML5, CSS3, Angular JS PYTHON Flask & PYTHON Bottle PYTHON Pyramid & PYTHON Falcon CHAPTER 33 : GUI Programming-Tkinter Introduction Components and Events Adding Controls Entry Widget, Text Widget, Radio Button, Check Button List Boxes, Menus, Combo Box CHAPTER 34 : Data Analytics Introduction to data Big Data? Introduction to NumPY and SciPY Introduction to Pandas and MatPlotLib CHAPTER 35 : Introduction to Machine Learning with PYTHON What is Machine learning? Machine Learning Methods Predictive Models Descriptive Models Steps used in Machine Learning? What is Deep Learning? CHAPTER 36 : Data Science What is Data Science? Data Science Life Cycle?

7 Python Multiple Inheritance Overloading and Over Riding Polymorphism, Abstraction, Encapsulation Built-In Class Attributes CHAPTER 25 : Python Regular Expressions What is Regular Expression and Syntax? Understanding Regular Expressions and Pattern Literal characters & Repetition Cases Example of w+ and ^ Expression Example of \s expression in re.split function Using regular expression methods Using re.match() Finding Pattern in Text (re.search()) Using re.findall for text Python Flags & Methods of Regular Expressions CHAPTER 26 : Python XML Parser What is XML? Difference between XML and HTML Difference between XML and JSON and Gson How to Parse XML and How to Create XML Node Python vs JAVA and XML and HTML What is Data Analysis What is Data Mining Analytics vs Data Science CHAPTER 37 : Internet of Things IMPACT OF THE INTERNET What is IOT History of IoT What is Network? What is Protocol? What is smart? How IoT Works? The Future of IoT Real-Time Project Explanation Oracle SQL & PL SQL Course Content CHAPTER 1 : INTRODUCTION TO DBMS What is Data and Information? Purpose of Data Management File and File System For Data Storage Disadvantages of File Data Management Database : Purpose, Basic Terminology Advantages of Database for Data Storage Possible Operations on the Database Database Models Hierarchical Model Network Model and Relational Model Introduction to DBMS and RDMS Database Design Real-time Database Examples (LIVE) CHAPTER 9 : CONSTRAINTS & KEYS Level I Importance of Data Integrity Working with Integrity constraints Types of Integrity Constraints Domain Integrity Constraint and Usage Entity Integrity Constraints and Usage Referential Integrity Constraint and Usage Check Constraints and Usage NOT NULL Constraint, UNIQUE Constraint PRIMARY KEY Constraint and Usage FOREIGN KEY Constraints and Relations

8 CHAPTER 2: ORACLE INSTALLATION Oracle 2018 Installation Guidance Oracle 2012 Installation Installation Pre-Requisites and Precautions Oracle Sql Developer Oracle Sql Command prompt Oracle Versions and Editions Comparisons Connect Sql Developer Tool Creating a new User and Grant permission Lock and Unlock User Account Reset User Account Password SQL* Plus How to Establish the Oracle Connection Default System, Sysdba user in Oracle CHAPTER 3: INTRODUCTION TO RDBMS Features and Advantages of RDBMS E.F Codd Rules for RDBMS Normalization Concepts & Process Client Server Communication Oracle Corporation Products RDBMS from Other Vendors Oracle Versions about SQL & SQL*PLUS Database Types: OLTP & OLAP Databases Real-world Advantage of OLTP & OLAP Database Entities and Attributes Applicative use of RDBMS Databases CHAPTER 4 : SQL LANGUAGE COMMANDS Structured Query Language (SQL) Basics What is SQL? What Can SQL do? Possible Operations with SQL Data Definition Language (DDL) Data Retrieval Language (DRL) Data Manipulation Language (DML) Transaction Control Language (TCL) Database Security and Privileges (DCL) Rules of SQL Queries and Statements Real-world applicative uses of SQL CHAPTER 10 : CONSTRAINTS & KEYS (Level II) Multiple Constraints on Columns Adding Constraints to Tables Enabling - Dropping Constraints Disabling Constraints on Tables Querying for Constraints Information Data Validations using Constraints Constraints Limitations and Usage System Table User Constraints Column Level Constraints Table level Constraints Self Referential Key Constraints CHAPTER 11 : QUERIES & JOINS Need for Joins and Table Comparisons SET Operations on Tables and Joins Join Types : Equi Join, Simple Join Inner Join and Query Conditions Cross Join (Cartesian Join), Conditions Non-Equi Join and Self Join Outer Joins Types, Advantages and Usage Cross Joins Advantages and Limitations Self Joins, Merge Joins and Sub Queries Using Aliases in Joins and Conditions Using Inner Self Joins with HAVING JOINS and GROUP BY Queries CHAPTER 12 : SUB QUERIES, NESTED QUERIES Sub Queries in Real-world Dynamic Conditions with Sub Queries Sub Queries and Nested Sub Queries How does oracle Execute Nested Sub Queries? Inner Select and Outer Select Queries Usage of Sub Queries with WHERE, HAVING Impact of Having Clause in Sub Queries Select Nth Highest salary Select and Delete Duplicate Records Advantages of Oracle Sub Query Sub query in the Select Clause Examples

9 Sub query in the From Clause Examples CHAPTER 5: SQL BASICS Creating Users and Tables Table Data Inserts and Validations Oracle Data Types DDL Commands with Examples CREATE, ALTER, TRUNCATE,DROP,RENAME Learn the DESCRIBE command to display the table structure DML Command DRL Commands Operators INSERT, UPDATE, DELETE Statements Difference between Truncate and Delete commands SELECT Statements with Multiplier SQL Comments Single Line Comments & Multi Line Comments WHERE Keyword for Query Conditions CHAPTER 6.SQL SPECIAL OPERATORS SET, AND, OR, NOT, IN Special Operators IN (NOT IN) BETWEEN (NOT BETWEEN), Arithmetic and Logical Operators Understand Operator Precedence UNION, UNION ALL, INTERSECT, MINUS LIKE (NOT LIKE), IS NULL (IS NOT NULL) Understanding DCL and TCL Commands Transaction Concepts in Databases with SQL Transaction Types and Uses Commit and Rollback Operations Nested Transactions with Save points Database Read Consistency with SQL DDL and DML Operations with Transactions CHAPTER 7: GROUPING QUERY RESULTS Identify Distinct Values in Tables CHAPTER 13 : SUB QUERIES, CORRELATED QUERIES Display Odd Rows in a table Display Even Rows in a table Execution of Correlated Sub Queries in SQL IN, ANY SOME, ALL Operators in Sub Queries PAIR WISE and NON PAIR WISE in Sub Queries Single Row Sub query Multiple Row Sub query Multiple Column Sub query Uncorrelated Sub query Difference between Correlated and Non- Correlated Sub query How does Oracle Execute Correlated Sub query? NULLs and Correlated Sub Queries in SQL Data Retrieval with EXISTS, NOT EXISTS CHAPTER 14 : VIEWS, SYNONYMS,SEQUENCES VIEWS IN ORACLE, Understanding Views Relational Views and Standard Views SIMPLE VIEWS & COMPLEX VIEWS in PLSQL Column Definitions in VIEWS Using VIEWS for DML Operations Forced Views, CHECK Constraints in Views Creation of READ ONLY VIEWS - Real time TOP-N Analysis, (Indexed) Materialized Views Sequences, Working with Synonyms What is the Use of Synonym in Oracle? Difference b/w View & Synonym in Oracle When should Table Synonyms be used? Types of Synonym Public Synonym and Private Synonyms All_Synonyms, Dba_Synonyms, System Tables Creating Index Tables Purpose CHAPTER 15 : PERFORMANCE (QUERY) TUNING

10 Group Function or Aggregate function Group By Syntax Group By Operations in Queries Having Clause of DRL Statements Aggregate Functions with Group By Order By Clause and Group By SQL Group By Statement Query Execution Order with Group By CHAPTER 8 : BUILT-IN FUNCTIONS in SQL Arithmetic Functions Character Functions Date & Time Functions Character, String Functions Conversion Functions General Functions OLAP Functions Rank(), Dense_Rank(),Row_Number() NVL(),NVL2(), NullIF(),Coalesce() Other Functions Use the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions Nest multiple functions Indexes - Definition and Architecture B Tree Concept in Indexes Clustered and Non clustered Indexes Primary Key and Clustered Index Unique Key and Non Clustered Indexes Simple Index Materialized Views - Indexed Views Composite Index and Function Based Index User_indexes System Table Rebuild Index Partitioning Tables using PL/SQL Working with Very Large Tables Range Partitions and Hash Partition Partition VALUES LESS THAN Clause List Partition and Composite Partition Parallel Query Process with Partitions Performance Tuning Advantages CHAPTER 16 : PL/SQL (PROCEDURE LANGUAGE SQL) Introduction to Programming Languages Introduction & Advantage of PL/SQL PL/SQL Architecture, PL/SQL Data types Difference between SQL and PL/SQL PL-SQL Programming Structure How PL/SQL Works? Example of PL/SQL Features Simple PL/SQL Programs Printing Variables DBMS_Output Package Usage The %TYPE Attribute and %ROWTYPE Attribute Variable and Constants, Using Built-in Functions Conditional and Unconditional Statements Advanced PL SQL Course Content CHAPTER 17 : PL/SQL (CONTROL STRUCTURE) - Level I Simple If, If..Else. Nested If..Else Statements Ladder, Selection, Simple Case Statements CHAPTER 21 : ADVANCED PL/SQL - 2 Cross Tab Views using Pivot/Unpivot Operators Follows Clause and READONLY Tables IN-LINE VIEWS. Manipulations with Triggers

11 GOTO Label and EXIT Statements in PL/SQL Iterations in PL/SQL, Simple LOOP, WHILE FOR LOOP and NESTED LOOPS in PLSQL Overview of PL/SQL Control Structures PL/SQL Select statements PL/SQL Delimiters Iterations in PL/SQL, Simple LOOP, WHILE FOR LOOP and NESTED LOOPS in PLSQL CHAPTER 18 : PL/SQL (CONTROL STRUCTURE) Level II SQL within PL/SQL, Composite Data Types Cursor Variables & Management in PL/SQL Implicit & Explicit Cursors and Attributes Cursor with Parameters and Nested LOOPs Cursors Sub Queries, Reference Cursors Types of Cursors, Implicit Cursors Explicit Cursors, Parameterized Cursors Record & PL/SQL Table. Real-time Use What are Oracle-Supplied Packages? Examples - Some of the Oracle-Supplied Packages How Does the DBMS_OUTPUT Package Work? CHAPTER 19: LOCKS in ORACLE TABLES Open Transactions and Lock Concepts Lock Types and Locking Mechanism Row Level Locks for Table Data Access Table Level Locks and Query Blocking Shared Lock and Real-time Use Shared Update Lock and Real-time Use Exclusive Lock and Real-time Use DeadLock:Detection,Prevention, Avoidance Implicit Locking Concepts with PLSQL How to check how many locks are occurred? LOCK Hints and Query Blocking Purity Levels in Oracle - with Examples User_Source Dictionary Table Packages Creating PACKAGE Specifications with PLSQL PACKAGE Body - Examples with Big Data Tables Private and Public Objects in PACKAGE Types of Exceptions: User Defined Exceptions EXCEPTIONS in PL/SQL with Real-time Event Handling and Error Handling Techniques Important Error Code Values in PL/SQL RAISE_APPLICATION_ERROR Procedure CHAPTER 22 : ADVANCED PL/SQL - 3 Pragma_Autonomous_Transaction() with SPs Returning into clause, Bulk Collect For All, Definer/Invoker Rights & Usage About Flash Back Queries, Dynamic SQL Flash Back Command, Purge Command Regular Expressions in PLSQL What is the Recycle Bin? How to Delete Recycle Bin Table? How to Delete Recycle Bin? SQL Loader Abstract Data types DML Error Logging and Virtual Columns CHAPTER 23 : ADVANCED PL/SQL - 4 Types of Triggers, Row Level Triggers Statement Level Triggers, DML Triggers DDL Triggers and Schema Level Triggers Using OLD & NEW References, Trigger Auditing Enabling / Disabling Triggers, Dropping Triggers Triggers in PL/SQL and Data Manipulations Using Memory Tables in Triggers DML and DDL Events with Triggers Compound Triggers, New data types Working with LARGE Tables in PLSQL New: EXTRACT(), Autonomous Transaction

12 CHAPTER 20 : ADVANCED PL/SQL - 1 Procedures in PL/SQL: STORED PROCEDURE Parameters (IN, OUT, IN OUT) POSITIONAL Notation and NAMED Notation Procedure with Cursors and Sub Queries ALTER and DROP of Stored Procedures Functions in PL/SQL: Real-time Usage User Defined Functions, Nested Functions Using Functions in SQL Statements Working with Procedures and Functions Comparing Stored Procedures and Functions Using SPs with Table Value Functions Using SPs for Dynamic SQL Statements Loops and Table Variables in SQL Programs Merge, NVL2(), NULLIF(), COALESCE() CASE & Temporary /Global Tables CHAPTER 24: IMPLEMENTING OBJECT TECHNOLOGY Level I Object Technology and Applicative Use OOPS-Object Instances, Creation of Objects Creating User Defined Data Types Creating Object Tables in Oracle Inserting rows in Table using Object Retrieving data from Object Based Tables Calling a Method, Indexing Abstract Data type Attributes in PLSQL Advantages of Collections CHAPTER 25: IMPLEMENTING OBJECT TECHNOLOGY Level II Ref Cursor (Dynamic Cursor), Weak Ref Cursor Strong Ref Cursors and Nested Tables Associative Arrays, VARRAYS/VARYING arrays Creating tables using Nested Tables Inserting, Updating & Deleting Nested, Table Records Perform a Basic Search using the REGEXP_LIKE function Patterns using the REGEXP_INSTR function Extract Substrings using the REGEXP_SUBSTR function Replace Patterns Using the REGEXP_REPLACE REAL-TIME PROJECT As a part of this Oracle PL-SQL Course, we shall work on a Real-world BANKING Project, The project includes about 3000 Lines of Code (COMPLETELY SOLVED). Phase 1: DATABASE DESIGN Understanding OLTP Requirements, End to End Project Planning, Work Flow, Naming Conventions in Real-time, User Creations, Table Creations, Relations, Implementing Normal

13 Forms, Creating Data Sheets, Test Data, Creating Synonyms - Security Advantages, Using Synonyms for Object Access. Phase 2: QUERY DESIGN Joining Tables for Reports, Query Design and Tuning, Views with JOIN Options, Implementing Views, Credit / Debit Reports, Customers & Accounts Reports, Transactions Reports, Active Customers, Ledgers, Customer Address, Branches. Phase 3: PROGRAMMING Automating DML Operations, Using Views for Data Inserts, Using Triggers with Views, Transactional Codes in PL- SQL, Debits and Credits Logic, Event Handling Mechanism, Error Handling Mechanism, Stored Procedures for DMLs, Stored Procedures with Triggers. Phase 4: RESUME PLANNING + PROJECT ORIENTED INTERVIEW QUESTIONS For Free Demo, please call or us [24x7] Reach Us: contact@sqlschool.com Skype: SQL School Training Institute Website: Call Us: India : USA: All Session Are Completely Practical and Real Time For courses, please visit: For LIVE Online Training, please visit: For Classroom Training, please visit: For Video Training, please visit:

Oracle SQL & PL SQL Course

Oracle SQL & PL SQL Course Oracle SQL & PL SQL Course Complete Practical & Real-time Training Job Support Complete Practical Real-Time Scenarios Resume Preparation Lab Access Training Highlights Placement Support Support Certification

More information

Python Training. Complete Practical & Real-time Trainings. A Unit of SequelGate Innovative Technologies Pvt. Ltd.

Python Training. Complete Practical & Real-time Trainings. A Unit of SequelGate Innovative Technologies Pvt. Ltd. Python Training Complete Practical & Real-time Trainings A Unit of. ISO Certified Training Institute Microsoft Certified Partner Training Highlights : Complete Practical and Real-time Scenarios Session

More information

Webgurukul Programming Language Course

Webgurukul Programming Language Course Webgurukul Programming Language Course Take One step towards IT profession with us Python Syllabus Python Training Overview > What are the Python Course Pre-requisites > Objectives of the Course > Who

More information

A Unit of SequelGate Innovative Technologies Pvt. Ltd. All Training Sessions are Completely Practical & Real-time

A Unit of SequelGate Innovative Technologies Pvt. Ltd. All Training Sessions are Completely Practical & Real-time SQL Basics & PL-SQL Complete Practical & Real-time Training Sessions A Unit of SequelGate Innovative Technologies Pvt. Ltd. ISO Certified Training Institute Microsoft Certified Partner Training Highlights

More information

EDUVITZ TECHNOLOGIES

EDUVITZ TECHNOLOGIES EDUVITZ TECHNOLOGIES Oracle Course Overview Oracle Training Course Prerequisites Computer Fundamentals, Windows Operating System Basic knowledge of database can be much more useful Oracle Training Course

More information

Oracle. SQL(Structured Query Language) Introduction of DBMS. Build In Function. Introduction of RDBMS. Grouping the Result of a Query

Oracle. SQL(Structured Query Language) Introduction of DBMS. Build In Function. Introduction of RDBMS. Grouping the Result of a Query Oracle SQL(Structured Query Language) Introduction of DBMS Approach to Data Management Introduction to prerequisites File and File system Disadvantages of file system Introduction to TOAD and oracle 11g/12c

More information

JSPM s Bhivarabai Sawant Institute of Technology & Research, Wagholi, Pune Department of Information Technology

JSPM s Bhivarabai Sawant Institute of Technology & Research, Wagholi, Pune Department of Information Technology JSPM s Bhivarabai Sawant Institute of Technology & Research, Wagholi, Pune Department of Information Technology Introduction A database administrator (DBA) is a person responsible for the installation,

More information

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

Oracle Developer Track Course Contents. Mr. Sandeep M Shinde. Oracle Application Techno-Functional Consultant Oracle Developer Track Course Contents Sandeep M Shinde Oracle Application Techno-Functional Consultant 16 Years MNC Experience in India and USA Trainer Experience Summary:- Sandeep M Shinde is having

More information

Data Science Training

Data Science Training Data Science Training Complete Practical & Real-time Training Sessions ISO Certified Training Institute Microsoft Certified Partner Training Highlights Complete Practical and Real-time Scenarios Session

More information

Oracle Syllabus Course code-r10605 SQL

Oracle Syllabus Course code-r10605 SQL Oracle Syllabus Course code-r10605 SQL Writing Basic SQL SELECT Statements Basic SELECT Statement Selecting All Columns Selecting Specific Columns Writing SQL Statements Column Heading Defaults Arithmetic

More information

5. Single-row function

5. Single-row function 1. 2. Introduction Oracle 11g Oracle 11g Application Server Oracle database Relational and Object Relational Database Management system Oracle internet platform System Development Life cycle 3. Writing

More information

PYTHON CONTENT NOTE: Almost every task is explained with an example

PYTHON CONTENT NOTE: Almost every task is explained with an example PYTHON CONTENT NOTE: Almost every task is explained with an example Introduction: 1. What is a script and program? 2. Difference between scripting and programming languages? 3. What is Python? 4. Characteristics

More information

Oracle Database 11g: SQL and PL/SQL Fundamentals

Oracle Database 11g: SQL and PL/SQL Fundamentals Oracle University Contact Us: +33 (0) 1 57 60 20 81 Oracle Database 11g: SQL and PL/SQL Fundamentals Duration: 5 Days What you will learn In this course, students learn the fundamentals of SQL and PL/SQL

More information

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals NEW Oracle Database: SQL and PL/SQL Fundamentals NEW Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals training delivers the fundamentals of SQL and PL/SQL along with the

More information

AO3 - Version: 2. Oracle Database 11g SQL

AO3 - Version: 2. Oracle Database 11g SQL AO3 - Version: 2 Oracle Database 11g SQL Oracle Database 11g SQL AO3 - Version: 2 3 days Course Description: This course provides the essential SQL skills that allow developers to write queries against

More information

Oracle Database: SQL and PL/SQL Fundamentals Ed 2

Oracle Database: SQL and PL/SQL Fundamentals Ed 2 Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle Database: SQL and PL/SQL Fundamentals Ed 2 Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals

More information

ORACLE TRAINING. ORACLE Training Course syllabus ORACLE SQL ORACLE PLSQL. Oracle SQL Training Syllabus

ORACLE TRAINING. ORACLE Training Course syllabus ORACLE SQL ORACLE PLSQL. Oracle SQL Training Syllabus ORACLE TRAINING ORACLE Training Course syllabus ORACLE SQL ORACLE PLSQL Oracle SQL Training Syllabus Introduction to Oracle Database List the features of Oracle Database 11g Discuss the basic design, theoretical,

More information

Oracle Database: Introduction to SQL/PLSQL Accelerated

Oracle Database: Introduction to SQL/PLSQL Accelerated Oracle University Contact Us: Landline: +91 80 67863899 Toll Free: 0008004401672 Oracle Database: Introduction to SQL/PLSQL Accelerated Duration: 5 Days What you will learn This Introduction to SQL/PLSQL

More information

Oracle Database 10g: Introduction to SQL

Oracle Database 10g: Introduction to SQL ORACLE UNIVERSITY CONTACT US: 00 9714 390 9000 Oracle Database 10g: Introduction to SQL Duration: 5 Days What you will learn This course offers students an introduction to Oracle Database 10g database

More information

Oracle PL/SQL - 12c & 11g [Basic PL/SQL & Advanced PL/SQL]

Oracle PL/SQL - 12c & 11g [Basic PL/SQL & Advanced PL/SQL] Chapter Overview of PL/SQL Programs Control Statements Using Loops within PLSQL Oracle PL/SQL - 12c & 11g [Basic PL/SQL & Advanced PL/SQL] Table of Contents Describe a PL/SQL program construct List the

More information

1 Writing Basic SQL SELECT Statements 2 Restricting and Sorting Data

1 Writing Basic SQL SELECT Statements 2 Restricting and Sorting Data 1 Writing Basic SQL SELECT Statements Objectives 1-2 Capabilities of SQL SELECT Statements 1-3 Basic SELECT Statement 1-4 Selecting All Columns 1-5 Selecting Specific Columns 1-6 Writing SQL Statements

More information

Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL Oracle University Contact Us: (+202) 35 35 02 54 Oracle Database: Introduction to SQL Duration: 5 Days What you will learn View a newer version of this course This Oracle Database: Introduction to SQL

More information

Introduction to SQL/PLSQL Accelerated Ed 2

Introduction to SQL/PLSQL Accelerated Ed 2 Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Introduction to SQL/PLSQL Accelerated Ed 2 Duration: 5 Days What you will learn This Introduction to SQL/PLSQL Accelerated course

More information

Table of Contents. Oracle SQL PL/SQL Training Courses

Table of Contents. Oracle SQL PL/SQL Training Courses Table of Contents Overview... 7 About DBA University, Inc.... 7 Eligibility... 8 Pricing... 8 Course Topics... 8 Relational database design... 8 1.1. Computer Database Concepts... 9 1.2. Relational Database

More information

Oracle Database: Introduction to SQL Ed 2

Oracle Database: Introduction to SQL Ed 2 Oracle University Contact Us: +40 21 3678820 Oracle Database: Introduction to SQL Ed 2 Duration: 5 Days What you will learn This Oracle Database 12c: Introduction to SQL training helps you write subqueries,

More information

SQL+PL/SQL. Introduction to SQL

SQL+PL/SQL. Introduction to SQL SQL+PL/SQL CURRICULUM Introduction to SQL Introduction to Oracle Database List the features of Oracle Database 12c Discuss the basic design, theoretical, and physical aspects of a relational database Categorize

More information

Table of Contents. PDF created with FinePrint pdffactory Pro trial version

Table of Contents. PDF created with FinePrint pdffactory Pro trial version Table of Contents Course Description The SQL Course covers relational database principles and Oracle concepts, writing basic SQL statements, restricting and sorting data, and using single-row functions.

More information

Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database: Introduction to SQL Duration: 5 Days What you will learn This Oracle Database: Introduction to SQL training helps you write subqueries,

More information

Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL Oracle Database: Introduction to SQL What you will learn Understanding the basic concepts of relational databases ensure refined code by developers. This course helps the participants to write subqueries,

More information

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentals Oracle University Contact Us: 001-855-844-3881 & 001-800-514-06-9 7 Oracle Database: SQL and PL/SQL Fundamentals Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals training

More information

Oracle Database 11g: Introduction to SQLRelease 2

Oracle Database 11g: Introduction to SQLRelease 2 Oracle University Contact Us: 0180 2000 526 / +49 89 14301200 Oracle Database 11g: Introduction to SQLRelease 2 Duration: 5 Days What you will learn In this course students learn the concepts of relational

More information

Introduction to Computer Science and Business

Introduction to Computer Science and Business Introduction to Computer Science and Business This is the second portion of the Database Design and Programming with SQL course. In this portion, students implement their database design by creating a

More information

Business Analytics. SQL PL SQL [Oracle 10 g] P r i n c e S e t h i w w w. x l m a c r o. w e b s. c o m

Business Analytics. SQL PL SQL [Oracle 10 g] P r i n c e S e t h i w w w. x l m a c r o. w e b s. c o m Business Analytics Let s Learn SQL-PL SQL (Oracle 10g) SQL PL SQL [Oracle 10 g] RDBMS, DDL, DML, DCL, Clause, Join, Function, Queries, Views, Constraints, Blocks, Cursors, Exception Handling, Trapping,

More information

Using SQL with SQL Developer 18.2

Using SQL with SQL Developer 18.2 One Introduction to SQL 2 - Definition 3 - Usage of SQL 4 - What is SQL used for? 5 - Who uses SQL? 6 - Definition of a Database 7 - What is SQL Developer? 8 Two The SQL Developer Interface 9 - Introduction

More information

Lotus IT Hub. Module-1: Python Foundation (Mandatory)

Lotus IT Hub. Module-1: Python Foundation (Mandatory) Module-1: Python Foundation (Mandatory) What is Python and history of Python? Why Python and where to use it? Discussion about Python 2 and Python 3 Set up Python environment for development Demonstration

More information

normalization are being violated o Apply the rule of Third Normal Form to resolve a violation in the model

normalization are being violated o Apply the rule of Third Normal Form to resolve a violation in the model Database Design Section1 - Introduction 1-1 Introduction to the Oracle Academy o Give examples of jobs, salaries, and opportunities that are possible by participating in the Academy. o Explain how your

More information

Table of Contents. Preface... xxi

Table of Contents. Preface... xxi Table of Contents Preface... xxi Chapter 1: Introduction to Python... 1 Python... 2 Features of Python... 3 Execution of a Python Program... 7 Viewing the Byte Code... 9 Flavors of Python... 10 Python

More information

Introduction to Computer Science and Business

Introduction to Computer Science and Business Introduction to Computer Science and Business The Database Programming with PL/SQL course introduces students to the procedural language used to extend SQL in a programatic manner. This course outline

More information

Review -Chapter 4. Review -Chapter 5

Review -Chapter 4. Review -Chapter 5 Review -Chapter 4 Entity relationship (ER) model Steps for building a formal ERD Uses ER diagrams to represent conceptual database as viewed by the end user Three main components Entities Relationships

More information

ORACLE DATABASE 12C INTRODUCTION

ORACLE DATABASE 12C INTRODUCTION SECTOR / IT NON-TECHNICAL & CERTIFIED TRAINING COURSE In this training course, you gain the skills to unleash the power and flexibility of Oracle Database 12c, while gaining a solid foundation of database

More information

Deccansoft softwareservices-microsoft Silver Learing Partner. SQL Server Syllabus

Deccansoft softwareservices-microsoft Silver Learing Partner. SQL Server Syllabus SQL Server Syllabus Overview: Microsoft SQL Server is one the most popular Relational Database Management System (RDBMS) used in Microsoft universe. It can be used for data storage as well as for data

More information

ORACLE CERTIFIED ASSOCIATE ORACLE DATABASE 11g ADMINISTRATOR

ORACLE CERTIFIED ASSOCIATE ORACLE DATABASE 11g ADMINISTRATOR ORACLE CERTIFIED ASSOCIATE ORACLE DATABASE 11g ADMINISTRATOR The process of becoming Oracle Database certified broadens your knowledge and skills by exposing you to a wide array of important database features,

More information

ETL TESTING TRAINING

ETL TESTING TRAINING ETL TESTING TRAINING Retrieving Data using the SQL SELECT Statement Capabilities of the SELECT statement Arithmetic expressions and NULL values in the SELECT statement Column aliases Use of concatenation

More information

Course Outline and Objectives: Database Programming with SQL

Course Outline and Objectives: Database Programming with SQL Introduction to Computer Science and Business Course Outline and Objectives: Database Programming with SQL This is the second portion of the Database Design and Programming with SQL course. In this portion,

More information

Topics Fundamentals of PL/SQL, Integration with PROIV SuperLayer and use within Glovia

Topics Fundamentals of PL/SQL, Integration with PROIV SuperLayer and use within Glovia Topics Fundamentals of PL/SQL, Integration with PROIV SuperLayer and use within Glovia 1. Creating a Database Alias 2. Introduction to SQL Relational Database Concept Definition of Relational Database

More information

SQL (Structured Query Language)

SQL (Structured Query Language) Dear Student, Based upon your enquiry we are pleased to send you the course curriculum for Oracle DBA 11g SQL (Structured Query Language) Software Installation (Environment Setup for Oracle on Window10)

More information

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

Oracle 12C DBA Online Training. Course Modules of Oracle 12C DBA Online Training: 1 Oracle Database 12c: Introduction to SQL: Course Modules of Oracle 12C DBA Online Training: 1 Oracle Database 12c: Introduction to SQL: A. Introduction Course Objectives, Course Agenda and Appendixes Used in this Course Overview of Oracle Database

More information

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

Charting the Course... Oracle18c SQL (5 Day) Course Summary Course Summary Description This course provides a complete, hands-on introduction to SQL including the use of both SQL Developer and SQL*Plus. This coverage is appropriate for users of Oracle11g and higher.

More information

Oracle PL SQL Training & Certification

Oracle PL SQL Training & Certification About Intellipaat Intellipaat is a fast-growing professional training provider that is offering training in over 150 most sought-after tools and technologies. We have a learner base of 600,000 in over

More information

Oracle Database 12c SQL Fundamentals

Oracle Database 12c SQL Fundamentals Course Overview This course 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

More information

COURSE CONTENT. ORACLE 10g/11g DBA. web: call: (+91) / 400,

COURSE CONTENT. ORACLE 10g/11g DBA.   web:  call: (+91) / 400, COURSE CONTENT ORACLE 10g/11g DBA 1. Introduction (Database Architecture) Oracle 10g: Database Describe course objectives Explore the Oracle 10g database architecture 2: Installing the Oracle Database

More information

ORACLE: PL/SQL Programming

ORACLE: PL/SQL Programming %ROWTYPE Attribute... 4:23 %ROWTYPE... 2:6 %TYPE... 2:6 %TYPE Attribute... 4:22 A Actual Parameters... 9:7 Actual versus Formal Parameters... 9:7 Aliases... 8:10 Anonymous Blocks... 3:1 Assigning Collection

More information

MIS CURRICULUM. Advanced Excel Course - Working with Templates Designing the structure of a template Using templates for standardization of worksheets

MIS CURRICULUM. Advanced Excel Course - Working with Templates Designing the structure of a template Using templates for standardization of worksheets MIS CURRICULUM ADVANCE EXCEL Advanced Excel Course - Overview of the Basics of Excel Customizing common options in Excel Absolute and relative cells Protecting and un-protecting worksheets and cells Advanced

More information

ORANET- Course Contents

ORANET- Course Contents ORANET- Course Contents 1. Oracle 11g SQL Fundamental-l 2. Oracle 11g Administration-l 3. Oracle 11g Administration-ll Oracle 11g Structure Query Language Fundamental-l (SQL) This Intro to SQL training

More information

CERTIFICATE IN WEB PROGRAMMING

CERTIFICATE IN WEB PROGRAMMING COURSE DURATION: 6 MONTHS CONTENTS : CERTIFICATE IN WEB PROGRAMMING 1. PROGRAMMING IN C and C++ Language 2. HTML/CSS and JavaScript 3. PHP and MySQL 4. Project on Development of Web Application 1. PROGRAMMING

More information

JatinSir - Mastering Python

JatinSir - Mastering Python JatinSir - Mastering Python Best Python Training with Real-time Project Duration of the Training: 42-48 hours Who can learn Python? In short anyone. Automation Engineers Data analysts and scientist Quality

More information

Python INTRODUCTION: Understanding the Open source Installation of python in Linux/windows. Understanding Interpreters * ipython.

Python INTRODUCTION: Understanding the Open source Installation of python in Linux/windows. Understanding Interpreters * ipython. INTRODUCTION: Understanding the Open source Installation of python in Linux/windows. Understanding Interpreters * ipython * bpython Getting started with. Setting up the IDE and various IDEs. Setting up

More information

Week. Lecture Topic day (including assignment/test) 1 st 1 st Introduction to Module 1 st. Practical

Week. Lecture Topic day (including assignment/test) 1 st 1 st Introduction to Module 1 st. Practical Name of faculty: Gaurav Gambhir Discipline: Computer Science Semester: 6 th Subject: CSE 304 N - Essentials of Information Technology Lesson Plan Duration: 15 Weeks (from January, 2018 to April, 2018)

More information

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals NEW Oracle University Contact Us: 001-855-844-3881 & 001-800-514-06-97 Oracle Database: SQL and PL/SQL Fundamentals NEW Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals

More information

Sql Server Syllabus. Overview

Sql Server Syllabus. Overview Sql Server Syllabus Overview This SQL Server training teaches developers all the Transact-SQL skills they need to create database objects like Tables, Views, Stored procedures & Functions and triggers

More information

Querying Microsoft SQL Server (461)

Querying Microsoft SQL Server (461) Querying Microsoft SQL Server 2012-2014 (461) Create database objects Create and alter tables using T-SQL syntax (simple statements) Create tables without using the built in tools; ALTER; DROP; ALTER COLUMN;

More information

IZ0-144Oracle 11g PL/SQL Certification (OCA) training

IZ0-144Oracle 11g PL/SQL Certification (OCA) training IZ0-144Oracle 11g PL/SQL Certification (OCA) training Advanced topics covered in this course: Managing Dependencies of PL/SQL Objects Direct and Indirect Dependencies Using the PL/SQL Compiler Conditional

More information

20761 Querying Data with Transact SQL

20761 Querying Data with Transact SQL Course Overview The main purpose of this course is to give students a good understanding of the Transact-SQL language which is used by all SQL Server-related disciplines; namely, Database Administration,

More information

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

Course Modules for MCSA: SQL Server 2016 Database Development Training & Certification Course: Course Modules for MCSA: SQL Server 2016 Database Development Training & Certification Course: 20762C Developing SQL 2016 Databases Module 1: An Introduction to Database Development Introduction to the

More information

Programming with Python with Software Automation & Data Analytics

Programming with Python with Software Automation & Data Analytics Programming with Python with Software Automation & Data Analytics Duration: 40-50 hours class room program Prerequisites: No eligibility, course start right from installation Lab 0 hours la sessios + 50

More information

ETL (Extraction Transformation & Loading) Testing Training Course Content

ETL (Extraction Transformation & Loading) Testing Training Course Content 1 P a g e ETL (Extraction Transformation & Loading) Testing Training Course Content o Data Warehousing Concepts BY Srinivas Uttaravilli What are Data and Information and difference between Data and Information?

More information

SEF DATABASE FOUNDATION ON ORACLE COURSE CURRICULUM

SEF DATABASE FOUNDATION ON ORACLE COURSE CURRICULUM On a Mission to Transform Talent SEF DATABASE FOUNDATION ON ORACLE COURSE CURRICULUM Table of Contents Module 1: Introduction to Linux & RDBMS (Duration: 1 Week)...2 Module 2: Oracle SQL (Duration: 3 Weeks)...3

More information

Oracle Database 11g: SQL Fundamentals I

Oracle Database 11g: SQL Fundamentals I Oracle Database 11g: SQL Fundamentals I Volume I Student Guide D49996GC11 Edition 1.1 April 2009 D59980 Authors Puja Singh Brian Pottle Technical Contributors and Reviewers Claire Bennett Tom Best Purjanti

More information

Oracle Database 10g: SQL Fundamentals I

Oracle Database 10g: SQL Fundamentals I Oracle Database 10g: SQL Fundamentals I Volume I Student Guide D17108GC11 Edition 1.1 August 2004 D39766 Author Nancy Greenberg Technical Contributors and Reviewers Wayne Abbott Christian Bauwens Perry

More information

SQL Interview Questions

SQL Interview Questions SQL Interview Questions SQL stands for Structured Query Language. It is used as a programming language for querying Relational Database Management Systems. In this tutorial, we shall go through the basic

More information

II B.Sc(IT) [ BATCH] IV SEMESTER CORE: RELATIONAL DATABASE MANAGEMENT SYSTEM - 412A Multiple Choice Questions.

II B.Sc(IT) [ BATCH] IV SEMESTER CORE: RELATIONAL DATABASE MANAGEMENT SYSTEM - 412A Multiple Choice Questions. Dr.G.R.Damodaran College of Science (Autonomous, affiliated to the Bharathiar University, recognized by the UGC)Re-accredited at the 'A' Grade Level by the NAAC and ISO 9001:2008 Certified CRISL rated

More information

ActiveNET. #202, Manjeeraa Plaza, Ameerpet, HYD

ActiveNET. #202, Manjeeraa Plaza, Ameerpet, HYD ActiveNET #202, Manjeeraa Plaza, Ameerpet, HYD 9848111288 www.activenetinformatics.com Email:activesurya@gmail.com About Python: T By Suryanarayana 20 Years Exp Python is an interpreted high-level programming

More information

Question Bank PL/SQL Fundamentals-I

Question Bank PL/SQL Fundamentals-I Question Bank PL/SQL Fundamentals-I UNIT-I Fundamentals of PL SQL Introduction to SQL Developer, Introduction to PL/SQL, PL/SQL Overview, Benefits of PL/SQL, Subprograms, Overview of the Types of PL/SQL

More information

Using SQL with SQL Developer Part I

Using SQL with SQL Developer Part I One Introduction to SQL 2 Definition 3 Usage of SQL 4 What is SQL used for? 5 Who uses SQL? 6 Definition of a Database 7 What is SQL Developer? 8 Two The SQL Developer Interface 9 Introduction 10 Connections

More information

Using SQL with SQL Developer 18.2 Part I

Using SQL with SQL Developer 18.2 Part I One Introduction to SQL 2 - Definition 3 - Usage of SQL 4 - What is SQL used for? 5 - Who uses SQL? 6 - Definition of a Database 7 - What is SQL Developer? 8 Two The SQL Developer Interface 9 - Introduction

More information

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

Oracle Database 12c: Program with PL/SQL Duration: 5 Days Method: Instructor-Led Oracle Database 12c: Program with PL/SQL Duration: 5 Days Method: Instructor-Led Course Description This training starts with an introduction to PL/SQL and then explores the benefits of this powerful programming

More information

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

Interview Questions on DBMS and SQL [Compiled by M V Kamal, Associate Professor, CSE Dept] Interview Questions on DBMS and SQL [Compiled by M V Kamal, Associate Professor, CSE Dept] 1. What is DBMS? A Database Management System (DBMS) is a program that controls creation, maintenance and use

More information

Oracle Database 10g: SQL Fundamentals I

Oracle Database 10g: SQL Fundamentals I Oracle Database 10g: SQL Fundamentals I Student Guide Volume I D17108GC21 Edition 2.1 December 2006 D48183 Authors Chaitanya Koratamaddi Nancy Greenberg Technical Contributors and Reviewers Wayne Abbott

More information

Learn Well Technocraft

Learn Well Technocraft Note: We are authorized partner and conduct global certifications for Oracle and Microsoft. The syllabus is designed based on global certification standards. This syllabus prepares you for Oracle global

More information

Contents I Introduction 1 Introduction to PL/SQL iii

Contents I Introduction 1 Introduction to PL/SQL iii Contents I Introduction Lesson Objectives I-2 Course Objectives I-3 Human Resources (HR) Schema for This Course I-4 Course Agenda I-5 Class Account Information I-6 Appendixes Used in This Course I-7 PL/SQL

More information

ORACLE DEV 11G CURRICULUM. Introduction to SQL

ORACLE DEV 11G CURRICULUM. Introduction to SQL ORACLE DEV 11G CURRICULUM Introduction to SQL Introduction to Oracle Database List the features of Oracle Database 12c Discuss the basic design, theoretical, and physical aspects of a relational database

More information

1 Prepared By Heena Patel (Asst. Prof)

1 Prepared By Heena Patel (Asst. Prof) Topic 1 1. What is difference between Physical and logical data 3 independence? 2. Define the term RDBMS. List out codd s law. Explain any three in detail. ( times) 3. What is RDBMS? Explain any tow Codd

More information

Oracle Database 11g: Program with PL/SQL Release 2

Oracle Database 11g: Program with PL/SQL Release 2 Oracle University Contact Us: +41- (0) 56 483 31 31 Oracle Database 11g: Program with PL/SQL Release 2 Duration: 5 Days What you will learn This course introduces students to PL/SQL and helps them understand

More information

1Z Oracle Database 11g - Program with PL/SQL Exam Summary Syllabus Questions

1Z Oracle Database 11g - Program with PL/SQL Exam Summary Syllabus Questions 1Z0-144 Oracle Database 11g - Program with PL/SQL Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-144 Exam on Oracle Database 11g - Program with PL/SQL... 2 Oracle 1Z0-144 Certification

More information

Oracle Database: Program with PL/SQL

Oracle Database: Program with PL/SQL Oracle University Contact Us: + 420 2 2143 8459 Oracle Database: Program with PL/SQL Duration: 5 Days What you will learn This Oracle Database: Program with PL/SQL training starts with an introduction

More information

Oracle Database: Program with PL/SQL Ed 2

Oracle Database: Program with PL/SQL Ed 2 Oracle University Contact Us: +38 61 5888 820 Oracle Database: Program with PL/SQL Ed 2 Duration: 5 Days What you will learn This Oracle Database: Program with PL/SQL training starts with an introduction

More information

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES Corporate Trainer s Profile Corporate Trainers are having the experience of 4 to 12 years in development, working with TOP CMM level 5 comapnies (Project Leader /Project Manager ) qualified from NIT/IIT/IIM

More information

Oracle SQL Course Content

Oracle SQL Course Content Oracle SQL Course Content Introduction Describe the features of Oracle Database 12c Describe the salient features of Oracle Cloud 12c Explain the theoretical and physical aspects of a relational database

More information

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

Conditionally control code flow (loops, control structures). Create stored procedures and functions. TEMARIO Oracle Database: Program with PL/SQL Ed 2 Duration: 5 Days What you will learn This Oracle Database: Program with PL/SQL training starts with an introduction to PL/SQL and then explores the benefits

More information

Course Overview on Oracle 11g Database Administration (OCP)

Course Overview on Oracle 11g Database Administration (OCP) Course Overview on Oracle 11g Database Administration (OCP) Course Description Oracle Database 11g Administrator Certified Professionals have the skills and expertise to manage the Oracle 11g Database

More information

Data Science with Python Course Catalog

Data Science with Python Course Catalog Enhance Your Contribution to the Business, Earn Industry-recognized Accreditations, and Develop Skills that Help You Advance in Your Career March 2018 www.iotintercon.com Table of Contents Syllabus Overview

More information

Proje D2K. CMM (Capability Maturity Model) level Project Standard:- Corporate Trainer s Profile

Proje D2K. CMM (Capability Maturity Model) level Project Standard:- Corporate Trainer s Profile D2K Corporate Trainer s Profile Corporate Trainers are having the experience of 4 to 12 years in development, working with TOP CMM level 5 comapnies (Project Leader /Project Manager ) qualified from NIT/IIT/IIM

More information

Querying Data with Transact-SQL

Querying Data with Transact-SQL Querying Data with Transact-SQL General Description This course is designed to introduce students to Transact-SQL. It is designed in such a way that the first three days can be taught as a course to students

More information

Contents. Figures. Tables. Examples. Foreword. Preface. 1 Basics of Java Programming 1. xix. xxi. xxiii. xxvii. xxix

Contents. Figures. Tables. Examples. Foreword. Preface. 1 Basics of Java Programming 1. xix. xxi. xxiii. xxvii. xxix PGJC4_JSE8_OCA.book Page ix Monday, June 20, 2016 2:31 PM Contents Figures Tables Examples Foreword Preface xix xxi xxiii xxvii xxix 1 Basics of Java Programming 1 1.1 Introduction 2 1.2 Classes 2 Declaring

More information

Certification Exam Preparation Seminar: Oracle Database SQL

Certification Exam Preparation Seminar: Oracle Database SQL Oracle University Contact Us: 0800 891 6502 Certification Exam Preparation Seminar: Oracle Database SQL Duration: 1 Day What you will learn This video seminar Certification Exam Preparation Seminar: Oracle

More information

ORACLE PL/SQL DATABASE COURSE

ORACLE PL/SQL DATABASE COURSE ORACLE PL/SQL DATABASE COURSE Oracle PL/SQL Database Programming Course (OPDP-001) JMT Oracle PL/SQL Hands-On Training (OPDP-001) is an intense hands-on course that is designed to give the student maximum

More information

ORACLE TRAINING CURRICULUM. Relational Databases and Relational Database Management Systems

ORACLE TRAINING CURRICULUM. Relational Databases and Relational Database Management Systems ORACLE TRAINING CURRICULUM Relational Database Fundamentals Overview of Relational Database Concepts Relational Databases and Relational Database Management Systems Normalization Oracle Introduction to

More information

Introduction to Python

Introduction to Python Introduction to Python Version 1.1.5 (12/29/2008) [CG] Page 1 of 243 Introduction...6 About Python...7 The Python Interpreter...9 Exercises...11 Python Compilation...12 Python Scripts in Linux/Unix & Windows...14

More information

Greenplum SQL Class Outline

Greenplum SQL Class Outline Greenplum SQL Class Outline The Basics of Greenplum SQL Introduction SELECT * (All Columns) in a Table Fully Qualifying a Database, Schema and Table SELECT Specific Columns in a Table Commas in the Front

More information

Oracle PLSQL. Course Summary. Duration. Objectives

Oracle PLSQL. Course Summary. Duration. Objectives Oracle PLSQL Course Summary Use conditional compilation to customize the functionality in a PL/SQL application without removing any source code Design PL/SQL packages to group related constructs Create

More information