DIPLOMA IN ORACLE SQL, Database Design and Development (Dip. Oracle) by Distance Learning

Size: px
Start display at page:

Download "DIPLOMA IN ORACLE SQL, Database Design and Development (Dip. Oracle) by Distance Learning"

Transcription

1 DIPLOMA IN ORACLE SQL, Database Design and Development (Dip. Oracle) by Distance Learning Please find enclosed the details you requested in reference to the above course. We have also included some Frequently Asked Questions (FAQs) which can be found at the end of the document. The Fitzwilliam Institute Group is an established group of companies training over 3,000 people each year benefiting from over 25 years experience in the training arena. The Diploma in Oracle SQL Database Design & Development by Distance Learning is an Interactive and Case Study based programme written by Industry Professionals. The Course content is delivered to participants immediately upon enrolment online, and in a hard copy format and on CD Rom within 15 working days. The Course is made up of a number of modules, with practical assignments at the end of selected modules. There is a final project to be submitted at the end of the course culminating all modules studied. This project is based on a brief given at the beginning of the programme. Full support is available from our Subject Experts by at the end of each module and an ongoing basis during the course. You will have full access to an online account and subject expert advice for one full calendar year. The Diploma is accredited by the Institute of Commercial Management (ICM). The Diploma is both Industry and Internationally recognised. The fee for the course is 995. Fees may be paid by cheque, bank draft, credit card, debit card, bank transfer or online at the payments page through PayPal which is a safe, fast and secure method of payment. Please contact us by phone or for further information regarding current enrolment dates. If you wish to enrol on this course please visit our website alternatively you can telephone us on or or info@fitzwilliaminstitutegroup.co.uk with any additional queries you may have. Yours sincerely, Noel Murphy Director The Fitzwilliam Institute Group closes on Bank Holidays and for a number of days at Christmas and New Year. The Fitzwilliam Institute Group reserves the right to postpone, cancel or alter courses without notice or to change any of the details in this brochure. Fees are not refundable unless the course is cancelled by The Fitzwilliam Institute Group. The Fitzwilliam Institute Group T: Directors: Gray s Inn Road, F: N.C.J Murphy M.I.I.T.D London, E: info@fitzwilliaminstitutegroup.co.uk M.T Murphy WC1X 8UE W:

2 BROCHURE DIPLOMA IN ORACLE SQL, Database Design and Development (Dip. Oracle) by Distance Learning Introduction This course gives you the skills you need to develop and manage high performance Oracle Databases to a professional standard using SQL. You ll quickly master the concepts you need to develop and manage Oracle databases effectively. You will learn how to install and configure the Oracle Server and Client software You will use Oracle SQL Developer, this graphical tool makes it easy to work with Oracle databases making you productive right from the start. You will master the SQL statements that Oracle professionals use every day to retrieve and update the data in an Oracle databases. But it doesn't stop with simple SQL statements. Instead, it also teaches you how to work with complex inner and outer joins, summary queries, sub-queries, data types, and functions all features that allow you to retrieve and update data more efficiently. You will learn to design and create databases and database objects such as tables, views, constraints, synonyms and indexes. You will learn to manage the database security by controlling user access; you will learn how to manage data across multiple time zones. Along the way, you'll gain insight into the issues database administrators and developers deal with every day...a plus if you decide you want to move in those career direction. The course covers the objectives for the Oracle Database SQL Expert exam. Course Content Installing the Oracle Database Server and Other Software Installing Oracle, Installing Oracle SQL Developer, Configuring Oracle, Logging on, Creating a Database, Running and SQL Script. Using Oracle SQL Developer, SQL Plus and isql Plus SQL and isql*plus Interaction; SQL Statements versus isql*plus Commands; Overview of isql*plus; Logging In to isql*plus; The isql*plus Environment; Displaying Table Structure; Interacting with Script Files Introduction to Relational Databases and Database Design Writing Basic SQL SELECT Statements Capabilities of SQL SELECT Statements; Basic SELECT Statement; Selecting All Columns; Selecting Specific Columns; Writing SQL Statements; Column Heading Defaults; Arithmetic Expressions; Using Arithmetic Operators; Operator Precedence; Using Parentheses; Defining a Null Value; Null Values in Arithmetic Expressions; Defining a Column Alias; Using Column Aliases; Concatenation Operator; Using the Concatenation Operator; Literal Character Strings; Using Literal Character Strings; Duplicate Rows; Eliminating Duplicate Rows Restricting and Sorting Data Limiting Rows Using a Selection; Limiting the Rows Selected; Using the WHERE Clause; Character Strings and Dates; Comparison Conditions; Using Comparison Conditions; Other Comparison Conditions; Using the BETWEEN Condition; Using the IN Condition; Using the LIKE Condition; Using the NULL Conditions; Logical Conditions; Using the AND Operator; Using the OR Operator; Using the NOT Operator; Rules of Precedence; ORDER BY Clause; Sorting in Descending Order; Sorting by Column Alias; Sorting by Multiple Columns Single-Row Functions SQL Functions; Two Types of SQL Functions; Single-Row Functions; Character Functions; Case Manipulation Functions; Using Case Manipulation Functions; Character-Manipulation Functions; Using the Character-Manipulation Functions; Number Functions; Using the ROUND Function; Using the TRUNC Function; Using the MOD Function; Working with Dates; Arithmetic with Dates; Using Arithmetic Operators with Dates; Date Functions; Using Date Functions; Overview; Conversion Functions; Implicit Data-Type Conversion; Explicit Data-Type Conversion; Using the TO_CHAR Function with Dates; Elements of the Date Format Model; Using the TO_CHAR Function with Dates;

3 Using the TO_CHAR Function with Numbers; Using the TO_NUMBER and TO_DATE Functions; RR Date Format; Example of RR Date Format; Nesting Functions; General Functions; NVL Function; Using the NVL Function; Using the NVL2 Function; Using the NULLIF Function; Using the COALESCE Function; Conditional Expressions; The CASE Expression; Using the CASE Expression; The DECODE Function; Using the DECODE Function Displaying Data from Multiple Tables Obtaining Data from Multiple Tables; Cartesian Products; Generating a Cartesian Product; Types of Joins; Joining Tables Using Oracle Syntax; What Is an Equijoin?; Retrieving Records with Equijoins; Additional Search Conditions Using the AND Operator; Qualifying Ambiguous Column Names; Using Table Aliases; Joining More than Two Tables; Nonequijoins; Retrieving Records with Nonequijoins; Outer Joins; Outer Joins Syntax; Using Outer Joins; Self Joins; Joining a Table to Itself; Joining Tables Using SQL: 1999 Syntax; Creating Cross Joins; Creating Natural Joins; Retrieving Records with Natural Joins; Creating Joins with the USING Clause; Retrieving Records with the USING Clause; Creating Joins with the ON Clause; Retrieving Records with the ON Clause; Creating Three-Way Joins with the ON Clause; INNER versus OUTER Joins; LEFT OUTER JOIN; RIGHT OUTER JOIN; FULL OUTER JOIN; Aggregating Data Using Group Functions What Are Group Functions?; Types of Group Functions; Group Functions Syntax; Using the AVG and SUM Functions; Using the MIN and MAX Functions; Using the COUNT Function; Using the DISTINCT Keyword; Group Functions and Null Values; Using the NVL Function with Group Functions; Creating Groups of Data; Creating Groups of Data: GROUP BY Clause Syntax; Using the GROUP BY Clause; Grouping by More Than One Column; Using the GROUP BY Clause on Multiple Columns; Illegal Queries Using Group Functions; Excluding Group Results; Excluding Group Results: The HAVING Clause; Using the HAVING Clause; Nesting Group Functions Subqueries Using a Subquery to Solve a Problem; Subquery Syntax; Using a Subquery; Guidelines for Using Subqueries; Types of Subqueries; Single-Row Subqueries; Executing Single-Row Subqueries; Using Group Functions in a Subquery; The HAVING Clause with Subqueries; What Is Wrong with This Statement?; Will This Statement Return Rows?; Multiple-Row Subqueries; Using the ANY Operator in Multiple-Row Subqueries; Using the ALL Operator in Multiple-Row Subqueries; Null Values in a Subquery Producing Readable Output with isql*plus and SQL Plus Substitution Variables; Using the & Substitution Variable; Character and Date Values with Substitution Variables; Specifying Column Names, Expressions, and Text; Defining Substitution Variables; DEFINE and UNDEFINE Commands; Using the DEFINE Command with & Substitution Variable; Using the VERIFY Command; Customizing the isql*plus Environment; SET Command Variables; isql*plus Format Commands; The COLUMN Command; Using the COLUMN Command; COLUMN Format Models; Using the BREAK Command; Using the TTITLE and BTITLE Commands; Creating a Script File to Run a Report; Manipulating Data Data Manipulation Language; Adding a New Row to a Table; The INSERT Statement Syntax; Inserting New Rows; Inserting Rows with Null Values; Inserting Special Values; Inserting Specific Date Values; Creating a Script; Copying Rows from Another Table; Changing Data in a Table; The UPDATE Statement Syntax; Updating Rows in a Table; Updating Two Columns with a Subquery; Updating Rows Based on Another Table; Updating Rows: Integrity Constraint Error; Removing a Row from a Table; The DELETE Statement; Deleting Rows from a Table; Deleting Rows Based on Another Table; Deleting Rows: Integrity Constraint Error; Using a Subquery in an INSERT Statement; Using the WITH CHECK OPTION Keyword on DML Statements; Overview of the Explict Default Feature; Using Explicit Default Values; The MERGE Statement; MERGE Statement Syntax; Merging Rows; Database Transactions; Advantages of COMMIT and ROLLBACK Statements; Controlling Transactions; Rolling Back Changes to a Marker; Implicit Transaction Processing; State of the Data Before COMMIT or ROLLBACK; State of the Data After COMMIT; Committing Data; State of the Data After ROLLBACK; Statement-Level Rollback; Read Consistency; Implementation of Read Consistency; Locking; Implicit Locking Creating and Managing Tables Database Objects; Naming Rules; The CREATE TABLE Statement; Referencing Another User s Tables; The DEFAULT Option; Creating Tables; Tables in the Oracle Database; Querying the Data Dictionary; Data Types; Datetime Data Types; TIMESTAMP WITH TIME ZONE Data Type; TIMESTAMP WITH LOCAL TIME Data Type; INTERVAL YEAR TO MONTH Data Type; Creating a Table by Using a Subquery Syntax; Creating a Table by Using a Subquery; The ALTER TABLE Statement; Adding a Column;

4 Modifying a Column; Dropping a Column; The SET UNUSED Option; Dropping a Table; Changing the Name of an Object; Truncating a Table; Adding Comments to a Table; Including Constraints What Are Constraints?; Constraint Guidelines; Defining Constraints; The NOT NULL Constraint; The UNIQUE Constraint; The PRIMARY KEY Constraint; The FOREIGN KEY Constraint; FOREIGN KEY Constraint Keywords; The CHECK Constraint; Adding a Constraint Syntax; Adding a Constraint; Dropping a Constraint; Disabling Constraints; Enabling Constraints; Cascading Constraints; Viewing Constraints; Viewing the Columns Associated with Constraints Creating Views Database Objects; What Is a View?; Why Use Views?; Simple Views and Complex Views; Creating a View; Retrieving Data from a View; Querying a View; Modifying a View; Creating a Complex View; Rules for Performing DML Operations on a View; Using the WITH CHECK OPTION Clause; Denying DML Operations; Removing a View; Inline Views; Top-n Analysis; Performing Top-n Analysis; Example of Top-n Analysis Other Database Objects Database Objects; What Is a Sequence?; The CREATE SEQUENCE Statement Syntax; Creating a Sequence; Confirming Sequences; NEXTVAL and CURRVAL Pseudocolumns; Using a Sequence; Modifying a Sequence; Guidelines for Modifying a Sequence; Removing a Sequence; What Is an Index?; How Are Indexes Created?; Creating an Index; When to Create an Index; When Not to Create an Index; Confirming Indexes; Function-Based Indexes; Removing an Index; Synonyms; Creating and Removing Synonyms Controlling User Access Controlling User Access; Privileges; System Privileges; Creating Users; User System Privileges; Granting System Privileges; What Is a Role?; Creating and Granting Privileges to a Role; Changing Your Password; Object Privileges; Granting Object Privileges; Using the WITH GRANT OPTION and PUBLIC Keywords; Confirming Privileges Granted; How to Revoke Object Privileges; Revoking Object Privileges; Database Links Using SET Operators The SET Operators; Tables Used in This Lesson; The UNION SET Operator; Using the UNION Operator; The UNION ALL Operator; Using the UNION ALL Operator; The INTERSECT Operator; Using the INTERSECT Operator; The MINUS Operator; SET Operator Guidelines; The Oracle Server and SET Operators; Matching the SELECT Statements; Controlling the Order of Rows Oracle Datetime Functions TIME ZONES; Oracle Datetime Support; CURRENT_DATE; CURRENT_TIMESTAMP; LOCALTIMESTAMP; DBTIMEZONE and SESSIONTIMEZONE Enhancements to the GROUP BY Clause GROUP BY with ROLLUP and CUBE Operators; ROLLUP Operator;ROLLUP Operator Example; CUBE Operator; CUBE Operator: Example;GROUPING Function; GROUPING Function: Example; GROUPING SETS;GROUPING SETS: Example; Composite Columns;Composite Columns: Example; Concatenated Groupings; Concatenated Groupings Example; Advanced Subqueries What Is a Subquery?;Subqueries;Using a Subquery;Multiple-Column Subqueries; Column Comparisons; Pairwise Comparison Subquery;Nonpairwise Comparison Subquery; Using a Subquery in the FROM Clause;Scalar Subquery Expressions;Correlated Subqueries; Using Correlated Subqueries;Using the EXISTS Operator;Using the NOT EXISTS Operator;Correlated UPDATE;Correlated DELETE;The WITH Clause;WITH Clause: Example Hierarchical Retrieval Sample Data from the EMPLOYEES Table; Natural Tree Structure; Hierarchical Queries; Walking the Tree; Walking the Tree: From the Bottom Up;Walking the Tree: From the Top Down; Ranking Rows with the LEVEL Pseudocolumn;Formatting Hierarchical Reports Using LEVEL and LPAD; Pruning Branches;

5 Oracle Extensions to DML and DDL Statements Review of the INSERT Statement;Review of the UPDATE Statement;Overview of Multitable INSERT Statements; Types of Multitable INSERT Statements;Multitable INSERT Statements;Unconditional INSERT ALL;Conditional INSERT ALL;Conditional FIRST INSERT;Pivoting INSERT;External Tables;Creating an External Table; Example of Creating an External Table;Querying External Tables; CREATE INDEX with CREATE TABLE Statement; METHODS OF LEARNING Online Lecture Modules, Subject Expert Feedback Sessions after each Module, practical case studies, end of module assignments. etc. SUBJECT EXPERTS The Fitzwilliam Institute Group maintains a panel of qualified subject experts. WHO SHOULD APPLY Anyone working in the IT industry in a senior or support position or those who wish to make a career change to IT. The course will also benefit anyone, who has Database development as part of their job specification. QUALIFICATIONS Successful candidates qualify for the Diploma in Oracle SQL Database Design & Development (Dip. Oracle). The Diploma is awarded at Distinction, Credit or Pass level. The diploma is accredited by the Institute of Commercial Management. DISCLAIMER Every effort is made to ensure accuracy; however responsibility is disclaimed for any error or omission in this brochure. The Fitzwilliam Institute Group closes on Bank Holidays and for a number of days at Christmas and New Year. The Fitzwilliam Institute Group reserves the right to postpone, cancel or alter courses without notice or to change any of the details in this brochure. Fees are not refundable unless the course is cancelled by The Fitzwilliam Institute Group. Course Specifics Frequently Asked Questions DIPLOMA IN ORACLE SQL, Database Design and Development (Dip. Oracle) by Distance Learning For how long does the course run? Course participants will have full access to the online course and subject expert advice for one full calendar year. What is the course fee? 995 When does the course start? Please contact us by phone or for further information regarding current enrolment dates. The full course content is delivered to participants immediately upon enrolment in a hard copy format and online. Is this a fully comprehensive and fully inclusive course? Yes. This distance learning course is designed to enable participants to develop an innovative and multi-skilled approach in planning and coordinating events. It offers practical and specific case study based modules that can be applied in real world situations.

6 Will this course provide me with the skills to take on and create my own Databases? Yes. The course project is aimed at providing you with the confidence and ability to take on and create Oracle & SQL databases of any nature. The course guides you through all of the stages of planning a campaign, finally producing a pitch which can be used as a template for future campaign proposals. Will this course help me get into the industry and build a network of contacts? Yes. As the course is accredited by the industry and all our subject experts are themselves industry professionals, this provides you with direct access and resources within the industry. Will I have contact with industry professionals from specialised areas? Yes. Full support is available from our subject experts by at the end of each module and an ongoing basis during the course. All subject experts are themselves Industry Professionals with many years experience. Am I required to purchase any materials or books for this course? No. The course includes comprehensive notes, a course CD Rom as well as on-line assistance from our subject experts. A folder of the entire course content is also sent to you in hard copy to your postal address. The course is designed to be as convenient and flexible as possible. Assessment Process How are we assessed? Through practical assignments and a final course project Are there exams? No. The course is centred around the practical Oracle presentation which is explained below. Course Structure and Outline: On commencing the course, you are provided with a username and password with which you sign in. There is a user guide at the very beginning explaining how to use and work your way through the course. The course has been divided into a number of modules and will be evaluated by means of a Course Project. You are given the project brief and budget at the beginning of the course. There are 5 project assignments (each worth 20%) to be completed. These should be submitted via to your subject expert. Feedback on general queries takes 48 hours. Feedback on assignments takes a maximum of 10 working days. Application Process How do I apply for a course / what is the application process? There is no application form. The course can be booked and paid for online through our website at payments page. If you have any additional queries after reading this brochure we simply ask you to contact us on or or us at info@fitzwilliaminstitutegroup.co.uk and ask to be booked in for a consultation; we will then arrange a time convenient for you. Do I need any previous experience or qualifications to join this course? We do not request any previous experience or qualifications. Course Accreditation Is this course accredited? Yes. This course is accredited by the Institute of Commercial Management (ICM). Is it internationally recognised? Yes. It is both industry recognised and internationally accredited.

7 How are the diplomas awarded in terms of grades? Successful candidates qualify for the Diploma in Oracle SQL Database Design & Development (Dip. Oracle). The Diploma is awarded at Distinction, Credit or Pass level. Method of Training Method of Training/ How do we differ from others? The type of training we specialise in is one of Practical Skills. We use methods such a Subject expert discussions, Practical Exercises/ Assignments, Projects, Case Studies, etc. Who delivers the training/ classes? The Fitzwilliam Institute Group maintains a panel of qualified and motivated industry professionals, who work as a team of subject experts monitoring each student s progress. Who is the course aimed at/ will it suit my needs? Anyone working in the IT industry in a senior or support position or those who wish to make a career change to IT. The course will also benefit anyone who has Database development as part of their job specification. This course is designed to be flexible and is therefore suitable for those who cannot attend live classes or prefer to study at their own pace. How quickly can I obtain my Diploma? On successful completion of this course, a Diploma will be issued by the Institute of Commercial Management. Why would you recommend me to do this course above any other? The Fitzwilliam Institute Group is an established group of companies training over 3,000 people each year benefiting from over 25 years experience in the training arena. The approach we use is one of practical skills based training, delivered by people from the industry for the industry. Our courses are recognised internationally and accredited by the industry. The comprehensive course you are embarking upon was written by industry professional; the subject experts also have a wealth of industry experience. The presentational Plan element is vital to anyone seeking to undertake a career in the IT Industry. The Institutional recognition of the course is a major factor also. The Fitzwilliam Institute Group closes on Bank Holidays and for a number of days at Christmas and New Year. The Fitzwilliam Institute Group reserves the right to postpone, cancel or alter courses without notice or to change any of the details in this brochure. Fees are not refundable unless the course is cancelled by The Fitzwilliam Institute Group.

Oracle Database 12c: Introduction to SQL Ed 1.1

Oracle Database 12c: Introduction to SQL Ed 1.1 Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c: Introduction to SQL Ed 1.1 Duration: 5 Days What you will learn This Oracle Database: Introduction to SQL training helps you write subqueries,

More information

Oracle SQL. Course Summary. Duration. Objectives

Oracle SQL. Course Summary. Duration. Objectives Oracle SQL Course Summary Identify the major structural components of the Oracle Database 11g Create reports of aggregated data Write SELECT statements that include queries Retrieve row and column data

More information

Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL Oracle University Contact Us: 1.800.529.0165 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 training

More information

Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL Oracle University Contact Us: +381 11 2016811 Oracle Database: Introduction to SQL Duration: 5 Days What you will learn Understanding the basic concepts of relational databases ensure refined code by developers.

More information

Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL Oracle University Contact Us: 1.800.529.0165 Oracle Database: Introduction to SQL Duration: 5 Days What you will learn This Oracle Database: Introduction to SQL training teaches you how to write subqueries,

More information

Oracle Database 10g: Introduction to SQL

Oracle Database 10g: Introduction to SQL Oracle University Contact Us: 1.800.529.0165 Oracle Database 10g: Introduction to SQL Duration: 5 Days What you will learn This course offers students an introduction to Oracle Database 10g database technology.

More information

Programming with SQL

Programming with SQL Unit 43: Programming with SQL Learning Outcomes A candidate following a programme of learning leading to this unit will be able to: Create queries to retrieve information from relational databases using

More information

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals NEW Oracle University Contact Us: + 38516306373 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

More information

Duration Vendor Audience 5 Days Oracle End Users, Developers, Technical Consultants and Support Staff

Duration Vendor Audience 5 Days Oracle End Users, Developers, Technical Consultants and Support Staff D80198GC10 Oracle Database 12c SQL and Fundamentals Summary Duration Vendor Audience 5 Days Oracle End Users, Developers, Technical Consultants and Support Staff Level Professional Delivery Method Instructor-led

More information

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentals Oracle University Contact Us: +966 12 739 894 Oracle Database: SQL and PL/SQL Fundamentals Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals training is designed to

More information

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentals Oracle University Contact Us: 1.800.529.0165 Oracle Database: SQL and PL/SQL Fundamentals Duration: 5 Days What you will learn This course is designed to deliver the fundamentals of SQL and PL/SQL along

More information

Oracle Database 11g SQL

Oracle Database 11g SQL AO3 - Version: 2 19 June 2016 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

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

MOC 20461C: Querying Microsoft SQL Server. Course Overview

MOC 20461C: Querying Microsoft SQL Server. Course Overview MOC 20461C: Querying Microsoft SQL Server Course Overview This course provides students with the knowledge and skills to query Microsoft SQL Server. Students will learn about T-SQL querying, SQL Server

More information

Course -Oracle 10g SQL (Exam Code IZ0-047) Session number Module Topics 1 Retrieving Data Using the SQL SELECT Statement

Course -Oracle 10g SQL (Exam Code IZ0-047) Session number Module Topics 1 Retrieving Data Using the SQL SELECT Statement Course -Oracle 10g SQL (Exam Code IZ0-047) Session number Module Topics 1 Retrieving Data Using the SQL SELECT Statement List the capabilities of SQL SELECT statements Execute a basic SELECT statement

More information

DATABASE DESIGN & PROGRAMMING WITH SQL COURSE CODE: 5324

DATABASE DESIGN & PROGRAMMING WITH SQL COURSE CODE: 5324 DATABASE DESIGN & PROGRAMMING WITH SQL COURSE CODE: 5324 COURSE DESCRIPTION: This curriculum is geared to meet the learning needs of a variety of students, from those interested in gaining broad exposure

More information

Database Programming with PL/SQL: Learning Objectives

Database Programming with PL/SQL: Learning Objectives Database Programming with PL/SQL: Learning Objectives This course covers PL/SQL, a procedural language extension to SQL. Through an innovative project-based approach, students learn procedural logic constructs

More information

Oracle 10g PL/SQL Training

Oracle 10g PL/SQL Training Oracle 10g PL/SQL Training Course Number: ORCL PS01 Length: 3 Day(s) Certification Exam This course will help you prepare for the following exams: 1Z0 042 1Z0 043 Course Overview PL/SQL is Oracle's Procedural

More information

ETL TESTING TRAINING

ETL TESTING TRAINING ETL TESTING TRAINING DURATION 35hrs AVAILABLE BATCHES WEEKDAYS (6.30AM TO 7.30AM) & WEEKENDS (6.30pm TO 8pm) MODE OF TRAINING AVAILABLE ONLINE INSTRUCTOR LED CLASSROOM TRAINING (MARATHAHALLI, BANGALORE)

More information

Netezza SQL Class Outline

Netezza SQL Class Outline Netezza SQL Class Outline CoffingDW education has been customized for every customer for the past 20 years. Our classes can be taught either on site or remotely via the internet. Education Contact: John

More information

DIPLOMA IN EVENT MANAGEMENT (Dip. Event Man.) with PR, Online PR & Social Media modules (Evening Course - 10 Weeks)

DIPLOMA IN EVENT MANAGEMENT (Dip. Event Man.) with PR, Online PR & Social Media modules (Evening Course - 10 Weeks) DIPLOMA IN EVENT MANAGEMENT (Dip. Event Man.) with PR, Online PR & Social Media modules (Evening Course - 10 Weeks) Please find enclosed the details you requested in reference to the above course. The

More information

Instant SQL Programming

Instant SQL Programming Instant SQL Programming Joe Celko Wrox Press Ltd. INSTANT Table of Contents Introduction 1 What Can SQL Do for Me? 2 Who Should Use This Book? 2 How To Use This Book 3 What You Should Know 3 Conventions

More information

DIPLOMA IN SOCIAL MEDIA MARKETING (Dip. Social Media Mkt.) with SEO & Google AdWords Modules by Distance Learning

DIPLOMA IN SOCIAL MEDIA MARKETING (Dip. Social Media Mkt.) with SEO & Google AdWords Modules by Distance Learning DIPLOMA IN SOCIAL MEDIA MARKETING (Dip. Social Media Mkt.) with SEO & Google AdWords Modules by Distance Learning Please find enclosed the details you requested in reference to the above course. We have

More information

IT2305 Database Systems I (Compulsory)

IT2305 Database Systems I (Compulsory) Database Systems I (Compulsory) INTRODUCTION This is one of the 4 modules designed for Semester 2 of Bachelor of Information Technology Degree program. CREDITS: 04 LEARNING OUTCOMES On completion of this

More information

SQL Server. 2012 for developers. murach's TRAINING & REFERENCE. Bryan Syverson. Mike Murach & Associates, Inc. Joel Murach

SQL Server. 2012 for developers. murach's TRAINING & REFERENCE. Bryan Syverson. Mike Murach & Associates, Inc. Joel Murach TRAINING & REFERENCE murach's SQL Server 2012 for developers Bryan Syverson Joel Murach Mike Murach & Associates, Inc. 4340 N. Knoll Ave. Fresno, CA 93722 www.murach.com murachbooks@murach.com Expanded

More information

Course 20461C: Querying Microsoft SQL Server Duration: 35 hours

Course 20461C: Querying Microsoft SQL Server Duration: 35 hours Course 20461C: Querying Microsoft SQL Server Duration: 35 hours About this Course This course is the foundation for all SQL Server-related disciplines; namely, Database Administration, Database Development

More information

Querying Microsoft SQL Server

Querying Microsoft SQL Server Course 20461C: Querying Microsoft SQL Server Module 1: Introduction to Microsoft SQL Server 2014 This module introduces the SQL Server platform and major tools. It discusses editions, versions, tools used

More information

Guide to SQL Programming: SQL:1999 and Oracle Rdb V7.1

Guide to SQL Programming: SQL:1999 and Oracle Rdb V7.1 Guide to SQL Programming: SQL:1999 and Oracle Rdb V7.1 A feature of Oracle Rdb By Ian Smith Oracle Rdb Relational Technology Group Oracle Corporation 1 Oracle Rdb Journal SQL:1999 and Oracle Rdb V7.1 The

More information

D61830GC30. MySQL for Developers. Summary. Introduction. Prerequisites. At Course completion After completing this course, students will be able to:

D61830GC30. MySQL for Developers. Summary. Introduction. Prerequisites. At Course completion After completing this course, students will be able to: D61830GC30 for Developers Summary Duration Vendor Audience 5 Days Oracle Database Administrators, Developers, Web Administrators Level Technology Professional Oracle 5.6 Delivery Method Instructor-led

More information

Course ID#: 1401-801-14-W 35 Hrs. Course Content

Course ID#: 1401-801-14-W 35 Hrs. Course Content Course Content Course Description: This 5-day instructor led course provides students with the technical skills required to write basic Transact- SQL queries for Microsoft SQL Server 2014. This course

More information

Querying Microsoft SQL Server 20461C; 5 days

Querying Microsoft SQL Server 20461C; 5 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Querying Microsoft SQL Server 20461C; 5 days Course Description This 5-day

More information

IT2304: Database Systems 1 (DBS 1)

IT2304: Database Systems 1 (DBS 1) : Database Systems 1 (DBS 1) (Compulsory) 1. OUTLINE OF SYLLABUS Topic Minimum number of hours Introduction to DBMS 07 Relational Data Model 03 Data manipulation using Relational Algebra 06 Data manipulation

More information

Introduction to Microsoft Jet SQL

Introduction to Microsoft Jet SQL Introduction to Microsoft Jet SQL Microsoft Jet SQL is a relational database language based on the SQL 1989 standard of the American Standards Institute (ANSI). Microsoft Jet SQL contains two kinds of

More information

Introducing Microsoft SQL Server 2012 Getting Started with SQL Server Management Studio

Introducing Microsoft SQL Server 2012 Getting Started with SQL Server Management Studio Querying Microsoft SQL Server 2012 Microsoft Course 10774 This 5-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server

More information

Chapter 5 More SQL: Complex Queries, Triggers, Views, and Schema Modification

Chapter 5 More SQL: Complex Queries, Triggers, Views, and Schema Modification Chapter 5 More SQL: Complex Queries, Triggers, Views, and Schema Modification Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 5 Outline More Complex SQL Retrieval Queries

More information

Course 10774A: Querying Microsoft SQL Server 2012

Course 10774A: Querying Microsoft SQL Server 2012 Course 10774A: Querying Microsoft SQL Server 2012 About this Course This 5-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft

More information

Course 10774A: Querying Microsoft SQL Server 2012 Length: 5 Days Published: May 25, 2012 Language(s): English Audience(s): IT Professionals

Course 10774A: Querying Microsoft SQL Server 2012 Length: 5 Days Published: May 25, 2012 Language(s): English Audience(s): IT Professionals Course 10774A: Querying Microsoft SQL Server 2012 Length: 5 Days Published: May 25, 2012 Language(s): English Audience(s): IT Professionals Overview About this Course Level: 200 Technology: Microsoft SQL

More information

Querying Microsoft SQL Server Course M20461 5 Day(s) 30:00 Hours

Querying Microsoft SQL Server Course M20461 5 Day(s) 30:00 Hours Área de formação Plataforma e Tecnologias de Informação Querying Microsoft SQL Introduction This 5-day instructor led course provides students with the technical skills required to write basic Transact-SQL

More information

CHAPTER 2 DATABASE MANAGEMENT SYSTEM AND SECURITY

CHAPTER 2 DATABASE MANAGEMENT SYSTEM AND SECURITY CHAPTER 2 DATABASE MANAGEMENT SYSTEM AND SECURITY 2.1 Introduction In this chapter, I am going to introduce Database Management Systems (DBMS) and the Structured Query Language (SQL), its syntax and usage.

More information

Database Administration with MySQL

Database Administration with MySQL Database Administration with MySQL Suitable For: Database administrators and system administrators who need to manage MySQL based services. Prerequisites: Practical knowledge of SQL Some knowledge of relational

More information

Querying Microsoft SQL Server 2012

Querying Microsoft SQL Server 2012 Course 10774A: Querying Microsoft SQL Server 2012 Length: 5 Days Language(s): English Audience(s): IT Professionals Level: 200 Technology: Microsoft SQL Server 2012 Type: Course Delivery Method: Instructor-led

More information

Introduction to Querying & Reporting with SQL Server

Introduction to Querying & Reporting with SQL Server 1800 ULEARN (853 276) www.ddls.com.au Introduction to Querying & Reporting with SQL Server Length 5 days Price $4169.00 (inc GST) Overview This five-day instructor led course provides students with the

More information

MOC 20461 QUERYING MICROSOFT SQL SERVER

MOC 20461 QUERYING MICROSOFT SQL SERVER ONE STEP AHEAD. MOC 20461 QUERYING MICROSOFT SQL SERVER Length: 5 days Level: 300 Technology: Microsoft SQL Server Delivery Method: Instructor-led (classroom) COURSE OUTLINE Module 1: Introduction to Microsoft

More information

ICAB4136B Use structured query language to create database structures and manipulate data

ICAB4136B Use structured query language to create database structures and manipulate data ICAB4136B Use structured query language to create database structures and manipulate data Release: 1 ICAB4136B Use structured query language to create database structures and manipulate data Modification

More information

Discovering SQL. Wiley Publishing, Inc. A HANDS-ON GUIDE FOR BEGINNERS. Alex Kriegel WILEY

Discovering SQL. Wiley Publishing, Inc. A HANDS-ON GUIDE FOR BEGINNERS. Alex Kriegel WILEY Discovering SQL A HANDS-ON GUIDE FOR BEGINNERS Alex Kriegel WILEY Wiley Publishing, Inc. INTRODUCTION xxv CHAPTER 1: DROWNING IN DATA, DYING OF THIRST FOR KNOWLEDGE 1 Data Deluge and Informational Overload

More information

AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014

AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014 AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014 Career Details Duration 105 hours Prerequisites This career requires that you meet the following prerequisites: Working knowledge

More information

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/-

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/- Oracle Objective: Oracle has many advantages and features that makes it popular and thereby makes it as the world's largest enterprise software company. Oracle is used for almost all large application

More information

Querying Microsoft SQL Server (20461) H8N61S

Querying Microsoft SQL Server (20461) H8N61S HP Education Services course data sheet Querying Microsoft SQL Server (20461) H8N61S Course Overview In this course, you will learn the technical skills required to write basic Transact-SQL (T-SQL) queries

More information

Chapter 9 Joining Data from Multiple Tables. Oracle 10g: SQL

Chapter 9 Joining Data from Multiple Tables. Oracle 10g: SQL Chapter 9 Joining Data from Multiple Tables Oracle 10g: SQL Objectives Identify a Cartesian join Create an equality join using the WHERE clause Create an equality join using the JOIN keyword Create a non-equality

More information

COMP 5138 Relational Database Management Systems. Week 5 : Basic SQL. Today s Agenda. Overview. Basic SQL Queries. Joins Queries

COMP 5138 Relational Database Management Systems. Week 5 : Basic SQL. Today s Agenda. Overview. Basic SQL Queries. Joins Queries COMP 5138 Relational Database Management Systems Week 5 : Basic COMP5138 "Relational Database Managment Systems" J. Davis 2006 5-1 Today s Agenda Overview Basic Queries Joins Queries Aggregate Functions

More information

DBMS / Business Intelligence, SQL Server

DBMS / Business Intelligence, SQL Server DBMS / Business Intelligence, SQL Server Orsys, with 30 years of experience, is providing high quality, independant State of the Art seminars and hands-on courses corresponding to the needs of IT professionals.

More information

Information Systems SQL. Nikolaj Popov

Information Systems SQL. Nikolaj Popov Information Systems SQL Nikolaj Popov Research Institute for Symbolic Computation Johannes Kepler University of Linz, Austria popov@risc.uni-linz.ac.at Outline SQL Table Creation Populating and Modifying

More information

www.gr8ambitionz.com

www.gr8ambitionz.com Data Base Management Systems (DBMS) Study Material (Objective Type questions with Answers) Shared by Akhil Arora Powered by www. your A to Z competitive exam guide Database Objective type questions Q.1

More information

5. CHANGING STRUCTURE AND DATA

5. CHANGING STRUCTURE AND DATA Oracle For Beginners Page : 1 5. CHANGING STRUCTURE AND DATA Altering the structure of a table Dropping a table Manipulating data Transaction Locking Read Consistency Summary Exercises Altering the structure

More information

- Eliminating redundant data - Ensuring data dependencies makes sense. ie:- data is stored logically

- Eliminating redundant data - Ensuring data dependencies makes sense. ie:- data is stored logically Normalization of databases Database normalization is a technique of organizing the data in the database. Normalization is a systematic approach of decomposing tables to eliminate data redundancy and undesirable

More information

Querying Microsoft SQL Server 2012

Querying Microsoft SQL Server 2012 Querying Microsoft SQL Server 2012 Duration: 5 Days Course Code: M10774 Overview: Deze cursus wordt vanaf 1 juli vervangen door cursus M20461 Querying Microsoft SQL Server. This course will be replaced

More information

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

Topics Advanced PL/SQL, Integration with PROIV SuperLayer and use within Glovia Topics Advanced PL/SQL, Integration with PROIV SuperLayer and use within Glovia 1. SQL Review Single Row Functions Character Functions Date Functions Numeric Function Conversion Functions General Functions

More information

SQL SELECT Query: Intermediate

SQL SELECT Query: Intermediate SQL SELECT Query: Intermediate IT 4153 Advanced Database J.G. Zheng Spring 2012 Overview SQL Select Expression Alias revisit Aggregate functions - complete Table join - complete Sub-query in where Limiting

More information

How To Create A Table In Sql 2.5.2.2 (Ahem)

How To Create A Table In Sql 2.5.2.2 (Ahem) Database Systems Unit 5 Database Implementation: SQL Data Definition Language Learning Goals In this unit you will learn how to transfer a logical data model into a physical database, how to extend or

More information

MySQL for Beginners Ed 3

MySQL for Beginners Ed 3 Oracle University Contact Us: 1.800.529.0165 MySQL for Beginners Ed 3 Duration: 4 Days What you will learn The MySQL for Beginners course helps you learn about the world's most popular open source database.

More information

Advanced Query for Query Developers

Advanced Query for Query Developers for Developers This is a training guide to step you through the advanced functions of in NUFinancials. is an ad-hoc reporting tool that allows you to retrieve data that is stored in the NUFinancials application.

More information

Relational Database: Additional Operations on Relations; SQL

Relational Database: Additional Operations on Relations; SQL Relational Database: Additional Operations on Relations; SQL Greg Plaxton Theory in Programming Practice, Fall 2005 Department of Computer Science University of Texas at Austin Overview The course packet

More information

Retrieving Data Using the SQL SELECT Statement. Copyright 2006, Oracle. All rights reserved.

Retrieving Data Using the SQL SELECT Statement. Copyright 2006, Oracle. All rights reserved. Retrieving Data Using the SQL SELECT Statement Objectives After completing this lesson, you should be able to do the following: List the capabilities of SQL SELECT statements Execute a basic SELECT statement

More information

SQL Server. 1. What is RDBMS?

SQL Server. 1. What is RDBMS? SQL Server 1. What is RDBMS? Relational Data Base Management Systems (RDBMS) are database management systems that maintain data records and indices in tables. Relationships may be created and maintained

More information

SQL Databases Course. by Applied Technology Research Center. This course provides training for MySQL, Oracle, SQL Server and PostgreSQL databases.

SQL Databases Course. by Applied Technology Research Center. This course provides training for MySQL, Oracle, SQL Server and PostgreSQL databases. SQL Databases Course by Applied Technology Research Center. 23 September 2015 This course provides training for MySQL, Oracle, SQL Server and PostgreSQL databases. Oracle Topics This Oracle Database: SQL

More information

Oracle Database 11g: SQL Tuning Workshop

Oracle Database 11g: SQL Tuning Workshop Oracle University Contact Us: + 38516306373 Oracle Database 11g: SQL Tuning Workshop Duration: 3 Days What you will learn This Oracle Database 11g: SQL Tuning Workshop Release 2 training assists database

More information

Querying Microsoft SQL Server 2012

Querying Microsoft SQL Server 2012 Querying Microsoft SQL Server 2012 MOC 10774 About this Course This 5-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL

More information

Database 10g Edition: All possible 10g features, either bundled or available at additional cost.

Database 10g Edition: All possible 10g features, either bundled or available at additional cost. Concepts Oracle Corporation offers a wide variety of products. The Oracle Database 10g, the product this exam focuses on, is the centerpiece of the Oracle product set. The "g" in "10g" stands for the Grid

More information

SQL Server 2008 Core Skills. Gary Young 2011

SQL Server 2008 Core Skills. Gary Young 2011 SQL Server 2008 Core Skills Gary Young 2011 Confucius I hear and I forget I see and I remember I do and I understand Core Skills Syllabus Theory of relational databases SQL Server tools Getting help Data

More information

Business Systems Analysis Certificate Program. Millennium Communications & Training Inc. 2013, All rights reserved www.mcomtraining.

Business Systems Analysis Certificate Program. Millennium Communications & Training Inc. 2013, All rights reserved www.mcomtraining. Business Systems Analysis Certificate Program Millennium Communications & Training Inc. 2013, All rights reserved www.mcomtraining.com www.pebblehills.edu Program Delivery Partner Certification Endorsement

More information

Managing Objects with Data Dictionary Views. Copyright 2006, Oracle. All rights reserved.

Managing Objects with Data Dictionary Views. Copyright 2006, Oracle. All rights reserved. Managing Objects with Data Dictionary Views Objectives After completing this lesson, you should be able to do the following: Use the data dictionary views to research data on your objects Query various

More information

Performing Queries Using PROC SQL (1)

Performing Queries Using PROC SQL (1) SAS SQL Contents Performing queries using PROC SQL Performing advanced queries using PROC SQL Combining tables horizontally using PROC SQL Combining tables vertically using PROC SQL 2 Performing Queries

More information

SQL - QUICK GUIDE. Allows users to access data in relational database management systems.

SQL - QUICK GUIDE. Allows users to access data in relational database management systems. http://www.tutorialspoint.com/sql/sql-quick-guide.htm SQL - QUICK GUIDE Copyright tutorialspoint.com What is SQL? SQL is Structured Query Language, which is a computer language for storing, manipulating

More information

1 Structured Query Language: Again. 2 Joining Tables

1 Structured Query Language: Again. 2 Joining Tables 1 Structured Query Language: Again So far we ve only seen the basic features of SQL. More often than not, you can get away with just using the basic SELECT, INSERT, UPDATE, or DELETE statements. Sometimes

More information

Structured Query Language (SQL)

Structured Query Language (SQL) Objectives of SQL Structured Query Language (SQL) o Ideally, database language should allow user to: create the database and relation structures; perform insertion, modification, deletion of data from

More information

Querying Microsoft SQL Server 2012. Querying Microsoft SQL Server 2014 20461D. Course 10774A: Course Det ails. Co urse Outline

Querying Microsoft SQL Server 2012. Querying Microsoft SQL Server 2014 20461D. Course 10774A: Course Det ails. Co urse Outline Course 10774A: Querying Microsoft SQL Server 2012 20461D Querying Microsoft SQL Server 2014 Course Det ails Co urse Outline M o d ule 1: Intr o d uctio n to M icro so ft SQL Ser ver 2012 This module introduces

More information

A Comparison of Database Query Languages: SQL, SPARQL, CQL, DMX

A Comparison of Database Query Languages: SQL, SPARQL, CQL, DMX ISSN: 2393-8528 Contents lists available at www.ijicse.in International Journal of Innovative Computer Science & Engineering Volume 3 Issue 2; March-April-2016; Page No. 09-13 A Comparison of Database

More information

Web Development using PHP (WD_PHP) Duration 1.5 months

Web Development using PHP (WD_PHP) Duration 1.5 months Duration 1.5 months Our program is a practical knowledge oriented program aimed at learning the techniques of web development using PHP, HTML, CSS & JavaScript. It has some unique features which are as

More information

Database Query 1: SQL Basics

Database Query 1: SQL Basics Database Query 1: SQL Basics CIS 3730 Designing and Managing Data J.G. Zheng Fall 2010 1 Overview Using Structured Query Language (SQL) to get the data you want from relational databases Learning basic

More information

T-SQL STANDARD ELEMENTS

T-SQL STANDARD ELEMENTS T-SQL STANDARD ELEMENTS SLIDE Overview Types of commands and statement elements Basic SELECT statements Categories of T-SQL statements Data Manipulation Language (DML*) Statements for querying and modifying

More information

Guide to Performance and Tuning: Query Performance and Sampled Selectivity

Guide to Performance and Tuning: Query Performance and Sampled Selectivity Guide to Performance and Tuning: Query Performance and Sampled Selectivity A feature of Oracle Rdb By Claude Proteau Oracle Rdb Relational Technology Group Oracle Corporation 1 Oracle Rdb Journal Sampled

More information

Saskatoon Business College Corporate Training Centre 244-6340 corporate@sbccollege.ca www.sbccollege.ca/corporate

Saskatoon Business College Corporate Training Centre 244-6340 corporate@sbccollege.ca www.sbccollege.ca/corporate Microsoft Certified Instructor led: Querying Microsoft SQL Server (Course 20461C) Date: October 19 23, 2015 Course Length: 5 day (8:30am 4:30pm) Course Cost: $2400 + GST (Books included) About this Course

More information

2874CD1EssentialSQL.qxd 6/25/01 3:06 PM Page 1 Essential SQL Copyright 2001 SYBEX, Inc., Alameda, CA www.sybex.com

2874CD1EssentialSQL.qxd 6/25/01 3:06 PM Page 1 Essential SQL Copyright 2001 SYBEX, Inc., Alameda, CA www.sybex.com Essential SQL 2 Essential SQL This bonus chapter is provided with Mastering Delphi 6. It is a basic introduction to SQL to accompany Chapter 14, Client/Server Programming. RDBMS packages are generally

More information

Where? Originating Table Employees Departments

Where? Originating Table Employees Departments JOINS: To determine an employee s department name, you compare the value in the DEPARTMENT_ID column in the EMPLOYEES table with the DEPARTMENT_ID values in the DEPARTMENTS table. The relationship between

More information

Using SQL Queries to Insert, Update, Delete, and View Data: Joining Multiple Tables. Lesson C Objectives. Joining Multiple Tables

Using SQL Queries to Insert, Update, Delete, and View Data: Joining Multiple Tables. Lesson C Objectives. Joining Multiple Tables Using SQL Queries to Insert, Update, Delete, and View Data: Joining Multiple Tables Wednesay 9/24/2014 Abdou Illia MIS 4200 - Fall 2014 Lesson C Objectives After completing this lesson, you should be able

More information

Displaying Data from Multiple Tables

Displaying Data from Multiple Tables 4 Displaying Data from Multiple Tables Copyright Oracle Corporation, 2001. All rights reserved. Schedule: Timing Topic 55 minutes Lecture 55 minutes Practice 110 minutes Total Objectives After completing

More information

AV-004: Administering and Programming with ORACLE

AV-004: Administering and Programming with ORACLE AV-004: Administering and Programming with ORACLE Oracle 11g Duration: 140 hours Introduction: An Oracle database is a collection of data treated as a unit. The purpose of a database is to store and retrieve

More information

3.GETTING STARTED WITH ORACLE8i

3.GETTING STARTED WITH ORACLE8i Oracle For Beginners Page : 1 3.GETTING STARTED WITH ORACLE8i Creating a table Datatypes Displaying table definition using DESCRIBE Inserting rows into a table Selecting rows from a table Editing SQL buffer

More information

A basic create statement for a simple student table would look like the following.

A basic create statement for a simple student table would look like the following. Creating Tables A basic create statement for a simple student table would look like the following. create table Student (SID varchar(10), FirstName varchar(30), LastName varchar(30), EmailAddress varchar(30));

More information

Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2(25) LAST_NAME VARCHAR2(25)

Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2(25) LAST_NAME VARCHAR2(25) Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2(25) LAST_NAME VARCHAR2(25) Which three statements inserts a row into the table? A. INSERT INTO employees

More information

SQL and Data. Learning to Retrieve Data Efficiently and Accurately

SQL and Data. Learning to Retrieve Data Efficiently and Accurately SQL and Data Learning to Retrieve Data Efficiently and Accurately Introduction Introduce the class to structured query language (SQL) using database examples We will be using SQL on a number of small business

More information

news from Tom Bacon about Monday's lecture

news from Tom Bacon about Monday's lecture ECRIC news from Tom Bacon about Monday's lecture I won't be at the lecture on Monday due to the work swamp. The plan is still to try and get into the data centre in two weeks time and do the next migration,

More information

Oracle Database 10g Express

Oracle Database 10g Express Oracle Database 10g Express This tutorial prepares the Oracle Database 10g Express Edition Developer to perform common development and administrative tasks of Oracle Database 10g Express Edition. Objectives

More information

ATTACHMENT 6 SQL Server 2012 Programming Standards

ATTACHMENT 6 SQL Server 2012 Programming Standards ATTACHMENT 6 SQL Server 2012 Programming Standards SQL Server Object Design and Programming Object Design and Programming Idaho Department of Lands Document Change/Revision Log Date Version Author Description

More information

Oracle Education @ USF

Oracle Education @ USF Oracle Education @ USF Oracle Education @ USF helps increase your employability and also trains and prepares you for the competitive job market at a much lower cost compared to Oracle University. Oracle

More information

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT. COURSE CURRICULUM COURSE TITLE: DATABASE MANAGEMENT (Code: 3341605 ) Information Technology

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT. COURSE CURRICULUM COURSE TITLE: DATABASE MANAGEMENT (Code: 3341605 ) Information Technology GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM COURSE TITLE: DATABASE MANAGEMENT (Code: 3341605 ) Diploma Programme in which this course is offered Information Technology Semester

More information

Effective Use of SQL in SAS Programming

Effective Use of SQL in SAS Programming INTRODUCTION Effective Use of SQL in SAS Programming Yi Zhao Merck & Co. Inc., Upper Gwynedd, Pennsylvania Structured Query Language (SQL) is a data manipulation tool of which many SAS programmers are

More information

SAP BO Course Details

SAP BO Course Details SAP BO Course Details By Besant Technologies Course Name Category Venue SAP BO SAP Besant Technologies No.24, Nagendra Nagar, Velachery Main Road, Address Velachery, Chennai 600 042 Landmark Opposite to

More information

Performance Tuning for the Teradata Database

Performance Tuning for the Teradata Database Performance Tuning for the Teradata Database Matthew W Froemsdorf Teradata Partner Engineering and Technical Consulting - i - Document Changes Rev. Date Section Comment 1.0 2010-10-26 All Initial document

More information