Learn Well Technocraft

Similar documents
1Z Oracle Database 11g - SQL Fundamentals I Exam Summary Syllabus Questions

Certification Exam Preparation Seminar: Oracle Database SQL

Oracle Database 11g: SQL and PL/SQL Fundamentals

AO3 - Version: 2. Oracle Database 11g SQL

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals Ed 2

Oracle Database: Introduction to SQL/PLSQL Accelerated

Introduction to SQL/PLSQL Accelerated Ed 2

Oracle Database: Introduction to SQL Ed 2

Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL

Oracle Database 10g: Introduction to SQL

Oracle Database: Introduction to SQL

Oracle Syllabus Course code-r10605 SQL

Oracle Database 11g: Introduction to SQLRelease 2

1 Writing Basic SQL SELECT Statements 2 Restricting and Sorting Data

Course Outline. [ORACLE PRESS] OCE Oracle Database SQL Certified Expert Course for Exam 1Z

Oracle Database 12c SQL Fundamentals

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

Course Outline. [ORACLE PRESS] All-in-One Course for the OCA/OCP Oracle Database 12c Exams 1Z0-061, 1Z0-062, & 1Z

Course Outline. [ORACLE PRESS] All-in-One Course for the OCA/OCP Oracle Database 12c Exams 1Z0-061, 1Z0-062, & 1Z

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database 11g: SQL Fundamentals I

Introduction to Computer Science and Business

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

Oracle Database 11g: SQL Fundamentals I

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

Oracle PL SQL Training & Certification

Querying Data with Transact SQL

Oracle Database 10g: SQL Fundamentals I

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

Course Outline and Objectives: Database Programming with SQL

5. Single-row function

SQL+PL/SQL. Introduction to SQL

Oracle Database 10g: SQL Fundamentals I

Oracle SQL & PL SQL Course

Sql Server Syllabus. Overview

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

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

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

ORACLE CERTIFIED ASSOCIATE ORACLE DATABASE 11g ADMINISTRATOR

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

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

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

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

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

Querying Data with Transact-SQL

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

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

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

CGS 3066: Spring 2017 SQL Reference

ORANET- Course Contents

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

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

Module 1.Introduction to Business Objects. Vasundhara Sector 14-A, Plot No , Near Vaishali Metro Station,Ghaziabad

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

Querying Data with Transact-SQL (761)

ETL TESTING TRAINING

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

Chapter 7. Introduction to Structured Query Language (SQL) Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel

Introduction to Oracle9i: SQL

Using SQL with SQL Developer 18.2

Course Overview on Oracle 11g Database Administration (OCP)

Oracle Database: SQL and PL/SQL Fundamentals NEW

EDUVITZ TECHNOLOGIES

Topics - System Administration for Glovia

20761C: Querying Data with Transact-SQL

ORACLE PL/SQL DATABASE COURSE

COURSE STUDENT LEARNING OUTCOMES: See attached or in course s learn.unm.edu

Writing Analytical Queries for Business Intelligence

20461: Querying Microsoft SQL Server

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

MTA Database Administrator Fundamentals Course

Querying Data with Transact-SQL

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

INDEX. 1 Basic SQL Statements. 2 Restricting and Sorting Data. 3 Single Row Functions. 4 Displaying data from multiple tables

20761B: QUERYING DATA WITH TRANSACT-SQL

Querying Data with Transact-SQL

Microsoft Querying Data with Transact-SQL - Performance Course

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

Querying Data with Transact-SQL

COURSE OUTLINE MOC 20461: QUERYING MICROSOFT SQL SERVER 2014

Deccansoft softwareservices-microsoft Silver Learing Partner. SQL Server Syllabus

Querying Data with Transact-SQL

Assignment Session : July-March

Querying Data with Transact-SQL

Querying Data with Transact-SQL (20761)

Database Foundations. 6-9 Joining Tables Using JOIN. Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Question Bank PL/SQL Fundamentals-I

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

Review -Chapter 4. Review -Chapter 5

20461: Querying Microsoft SQL Server 2014 Databases

Oracle Database 11g: SQL Fundamentals I

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

Querying Data with Transact-SQL

Using SQL with SQL Developer Part I

SQL Structured Query Language (1/2)

! Define terms. ! Interpret history and role of SQL. ! Write single table queries using SQL. ! Establish referential integrity using SQL

Database Lab Lab 6 DML part 3

Using SQL with SQL Developer 18.2 Part I

Transcription:

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 certification. You can opt for either Microsoft certification training or Oracle certification training. We have mentioned certification syllabus for both 11g and 12c version. Introduction: Oracle 11g - Certification number 1Z0-051 What is SQL? Advantages of SQL Way of Writing SQL Statements What do you mean by RDBMS? Retrieving Data Using the SQL SELECT Statement List the capabilities of SQL SELECT statements Execute a basic SELECT statement Restricting (WHERE) and Sorting (ORDER BY) Data Limit the rows that are retrieved by a query Sort the rows that are retrieved by a query Use ampersand substitution to restrict and sort output at runtime

Using Single-Row Functions to Customize Output Describe various types of functions available in SQL Use character, number, and date functions in SELECT statements Using Conversion Functions and Conditional Expressions Describe various types of conversion functions that are available in SQL Use the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions Apply conditional expressions in a SELECT statement Reporting Aggregated Data Using the Group (GROUP BY/HAVING) Functions Identify the available group functions Describe the use of group functions Group data by using the GROUP BY clause Include or exclude grouped rows by using the HAVING clause Displaying Data from Multiple Tables (JOINS) Write SELECT statements to access data from more than one table using equijoins and non-equijoins

Join a table to itself by using a self-join View data that generally does not meet a join condition by using outer joins Generate a Cartesian product of all rows from two or more tables Using Sub-queries to Solve Queries Define sub-queries Describe the types of problems that the sub-queries can solve List the types of sub-queries Write single-row and multiple-row sub-queries Using the Set Operators Describe set operators Use a set operator to combine multiple queries into a single query Control the order of rows returned Manipulating Data Describe each data manipulation language (DML) statement Insert rows into a table Update rows in a table Delete rows from a table Control transactions

Using DDL Statements to Create and Manage Tables Categorize the main database objects Review the table structure List the data types that are available for columns Create a simple table Explain how constraints are created at the time of table creation Describe how schema objects work Creating Other Schema Objects Create simple and complex views Retrieve data from views Create, maintain, and use sequences Create and maintain indexes Create private and public synonyms ---------------------------------------------------------------------------------------------------------------- Oracle 12c - Certification number 1Z0-061 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 Describe Oracle server s implementation of RDBMS and object relational database management system (ORDBMS) Retrieving Data using the SQL SELECT Statement Explain the capabilities of SQL SELECT statements Execute a basic SELECT statement Restricting (WHERE) and Sorting (ORDER BY) Data Limit the rows that are retrieved by a query Sort the rows that are retrieved by a query Use ampersand substitution to restrict and sort output at runtime Using Single-Row Functions to Customize Output Describe various types of functions available in SQL Use character, number, and date functions in SELECT statements Using Conversion Functions and Conditional Expressions Describe various types of conversion functions that are available in SQL Use the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions Apply conditional expressions in a SELECT statement

Reporting Aggregated Data Using the Group (GROUP BY/HAVING) Functions Identify the available group functions Describe the use of group functions Group data by using the GROUP BY clause Include or exclude grouped rows by using the HAVING clause Displaying Data from Multiple Tables Using Joins Write SELECT statements to access data from more than one table using equijoins and non-equijoins Join a table to itself by using a self-join View data that generally does not meet a join condition by using OUTER joins Generate a Cartesian product of all rows from two or more tables Using Sub-queries to Solve Queries Define sub-queries Describe the types of problems that the sub-queries can solve Describe the types of sub-queries Write single-row and multiple-row sub-queries Using the SET Operators

Describe set operators Use a set operator to combine multiple queries into a single query Control the order of rows returned Managing Tables using DML statements Truncate data Insert rows into a table Update rows in a table Delete rows from a table Control transactions Introduction to Data Definition Language Categorize the main database objects Explain the table structure Describe the data types that are available for columns Create a simple table Explain how constraints are created at the time of table creation Describe how schema objects work