Index. Data Definition Language (DDL), 440 author_publications table, 4 5 constraints creation, 9 columns, 6 447

Size: px
Start display at page:

Download "Index. Data Definition Language (DDL), 440 author_publications table, 4 5 constraints creation, 9 columns, 6 447"

Transcription

1 Index A Anonymous blocks declaration, END keyword, 37 exceptions, 37, 39 execution, 37, 39 Application-level reuse, 154 Assignment operator, 40 Associative array Column Data Type, 73 functions and procedures, 75 multidimensional arrays, 78 output, 75 record types, 77 Row Type Anchor, 76 B Black box get_id method, 385 inactivate() method, 385 universal methods help, 386 initialize, 387 test procedure, 388 BULK COLLECT command with cursor, 139 definition, 138 with SELECT statement, 141 workers_bulk_collect.ins, 143 C Chief financial officer (CFO), 327 clear() method, 263 Code table package GENDER_TYPE package, 299 get_code_descr(), 288, 370 get_code_id_descr(), 288, 371 get_id(), 288, 370 rps.last_test_results.sql, 297 rps.worker_type.pkb, 290 rps.worker_type.pks, 288 Component-level reuse, 154 Constraints creation, 9 columns, 6 foreign key, 8 primary key, 7 unique key, 7 Content table package code borrowing, 306 create_id_context(), 299 get_code(), 373 get_code_id_name(), 373 get_external_id(), 299 get_name(), 299, 373 get_row(), 299, 372 is_duplicate(), 373 rps.logical_workplace.pkb, 300 set_row(), 299, 375 worker_type.pkb, 128 worker_type.pks, 128 count() method, 112 create_id_context() method, 299, 382 Cursor code table package, 128 CURSOR FOR LOOP cursor_for_loop_the_doe_family.sql, workers_cursor_for_loop.ins, declaration, 119 insert_with_modularity.sql, 132 records, 122 singleton cursor, 122 SQL statement, 127 worker table package, 130 D Data Definition Language (DDL), 440 author_publications table, 4 5 constraints creation, 9 columns, 6 447

2 index Data Definition Language (DDL) (cont.) foreign key, 8 primary key, 7 unique key, 7 CREATE TABLE statement, 3 DATE, 4 indexes, 5 LOGICAL_ASSIGNMENTS table, 35 LOGICAL_WORKPLACES table, 33 NUMBER, 4 VARCHAR2, 4 views, 11 WORKERS table, 32 WORKER_TYPES code table, 28 Data Manipulation Language (DML), 440 DELETE statement, 20 INSERT SELECT statement COMMIT statement, 14 conditional statements, 15 Darwen s Publications, 17 Date s Publications, 16 INSERT VALUES statement, 12 SELECT statement author_names.sql, 21 From clause, 23 Where clause, 22 UPDATE statement, 18 WORKER_TYPES code table, 29 Data migration (DM), 376, 392 Debugging. See Troubleshooting Debug logging DDL script rps.debug.pkb, 222, 224 rps.debug.pks, 222 rps.debugs.tab, 221 debug table and table package, 220 SYS.DBMS_ERRLOG, 226 SYS.DBMS_TRACE, 226 test unit, 224 Disable method, 404 Divide and conquer business rules, 392 common goal, 392 data migration, 392 interfacing download method, 407, 410 is_downloaded method, 409 is_uploaded method, 412 MSDP, 407 process, 408 set_downloaded method, 411 set_uploaded method, 413 upload method, 407, 413 visual representation, ODDP process, 396 start_logging(), 397 stop_logging(), 398 PDP disable method, 404 enable method, 404 get_next(), 402 get_status, 406 process, 400 quit method, 403 set_status(), 405 status, 407 reporting architecture, 415 BIRT, 414 get_report(), 416 report(), 420 retrieving data, 414 SELECT statement, 414 set_report(), 419 Documentation on demand access documentation, 338 help() methods, 334 text-based formatting tool (see Text-based documentation formatting tool) distribution, 362 create_html_help.sql, 360 HTML-based documentation formatting tool, 340 SQL*Plus script, 359 indestructible documentation GUI development environment tools, 330 Murphy s Law, 328 package/type specification, 328 rules, 333 SQL*Plus, 328 Download method, 410 E Enable method, 404 Encapsulation, 153, 155 Enterprise JavaBeans (EJB), 152 Entity-relationship diagram (ERD) authors and author_publications, 3 codes, 27 content, 27 demographic subsystem, 26 intersections, 28 Executive Information System (EIS), 327 EXISTS clause, 101 EXPLAIN PLAN definition, 244 INSERT statement, 250

3 Index Optimizer plan, 245 vs. physics, PL/SQL program unit, 244 SELECT statement, 250 select_workers_equlato.sql, 245 select_workers_likepct.sql, 246 select_workers_pctlikepct.sql, 247 SYS.DBMS_XPLAN package, 245 xp.sql script, F flush_data() method, 234 FORALL statement SQL statement, 148 workers_forall.ins, 146 Foreign key constraints (FKC), 8 Function block structure, 41 creation, 43 date value return, 43 errorless to_date(), 43 errorless to_number(), 40 RETURN clause, 41 SELECT statement, 42 SQL statement, 40 test unit, 44 G get_code_context() method, 383 get_code_descr() method, 288, 370 get_code_id_descr() method, 288, 371 get_code_id_name() method, 373 get_code() method, 373 get_external_id() method, 299 get_id_context() method, 383 get_id() method, 263, 288, 370, 385 get_logical_workplace() method, 307 get_name_context() method, 384 get_name() method, 299, 373 get_next() method, 402 get_report() method, 416 get_row() method, 299, 372 get_status method, 406 H help() method, 338, 386 Hierarchical table methods create_id_context(), 382 get_code_context(), 383 get_id_context(), 383 get_name_context(), 384 LOGICAL WORKPLACE entries, 382 I inactivate() method, 385 Inheritance, 153 Initialize method, 387 Intersection table package code borrowing, 316 get_logical_workplace(), 307 get_row(), 307, 378 is_active(), 307, 378 is_duplicate(), 378 is_history(), 380 rps.logical_assignment.pkb, 307 set_row(), 307, 378 is_active() method, 307, 378 is_downloaded method, 409 is_duplicate() method, 373 is_history() method, 380 is_uploaded method, 412 J, K, L Java Database Connectivity (JDBC), 178 Java Enterprise Edition (JEE), 328 Java Foundation Classes (JFC), 328 M Method-level reuse, 154 Multi-row processing BULK COLLECT command definition, 138 with cursor, 139 with SELECT statement, 141 workers_bulk_collect.ins, 143 cursor code table package, 128 CURSOR FOR LOOP, declaration, 119 insert_with_modularity.sql, 132 records, 122 singleton cursor, 122 SQL statement, 127 worker table package, 130 FORALL statement SQL statement, 148 workers_forall.ins, 146 Multistep data process (MSDP),

4 index N Nested block pl() test unit, 49 rules, 50 NO_DATA_FOUND exception, 40 O Object-relational SQL encapsulation, 153 impedance mismatch nested types and collections, 179 worker object table, 181 worker.tpb, 185 worker.tps, 181 workers.ins, 194 information modeling, 151 inheritance, 153 object-relational database building, 157 object tables, 156 GENDER_TYPES and gender_types.tab, 175 object table vs. relational table, 175 worker_types.sql, 176 worker_types.tab, 176 object types CREATE TYPE BODY statement, 161 CREATE TYPE BODY syntax, 164 CREATE TYPE statement, 158 my Gender Type code, 165 Worker Type table, 166 object views, 156 CREATE VIEW syntax, 171 gender_typez.sql, 172 gender_typez.vw, 171 object-relational database building, 178 polymorphism, 153 reuse, 154 service orientation, 154 table packages, 155 user-defined types, 156 On-demand data processing (ODDP), 396 Oracle Call Interface (OCI), 392 Oracle database software downloading Create Account, 431 file download dialog box, 429, 431 license agreement, 429 menu option, 427 trail software, 426 installation Configuration Assistant screen, 439 Configuration screen, 436 Configure Security Updates screen, 432 Finish screen, 440 Home User Selection screen, 435 machine s network address, 432 Product screen, 438 setup.exe, 432 Summary screen, 437 System Class screen, 434 SQL*Plus (see SQL*Plus Oracle SQL Developer constructor, 227 DEBUGGER.set_text(), debug logging, 232 DEBUG_O TYPE and DEBUG_OTS, 227 Debug PL/SQL dialog box, 230 download location, 227 encountering breakpoint, executable target, 229, 231 From File button, 230 setting breakpoints, 229 stored program units, 227 system administrator, 227 TYPE DEBUG s constructor, 228 Oracle Technology Network, 227, 233 ord_profile.sql script, 239 P Parameters declarations, 80 naming, 79 scope, 81 Parametric SQL code table methods get_code_descr(), 370 get_code_id_descr(), 371 get_id(), 370 content table methods get_code(), 373 get_code_id_name(), 373 get_name(), 373 get_row(), 372 is_duplicate(), 373 set_row(), 375 hierarchical table methods create_id_context(), 382 get_code_context(), 383 get_id_context(), 383 get_name_context(), 384 intersection table methods get_row(), 378 is_active(), 378 is_duplicate(), 378 is_history(), 380 set_row(),

5 Index Procedure Language extension for SQL (PL/SQL) blocks declaration, END keyword, 37 exceptions, 37, 39 execution, 37, 39 data types, 61 function, 40 block structure, 41 built-in function, 43 date value return, 43 errorless to_date( ) Function, 43 errorless to_number() Function, 40 RETURN clause, 41 SELECT statement, 42 SQL statement, 40 test unit, 44 nested block pl() test unit, 49 rules, 50 package benefit, 60 DATE_ Package Body, 54 DATE_ Package Spec, 51 DDL syntax, 52, 58 definition, 51 NUMBER_ Package Body, 59 NUMBER_ Package Spec, 53 package spec, 53 to_number_or_null(), 53 procedure block structure, 45 DDL syntax, 45 pl() function, 47 RETURN parameter, 45 SYS.DBMS_LOCK package, 45 SYS.DBMS_OUTPUT.put_line, 46 profiling (see PL/SQL profiling) table types Column Data Type, 73 functions and procedures, 75 multidimensional arrays, 78 output, 75 record types, 77 Row Type Anchor, 76 testing, 260 test patterns, 260 triggers, 9 PL/SQL profiling avg_profile.sql creation, detecting code defects, 241 ord_profile.sql script, 239 program unit and line number, 239 test unit, collecting runtime statistics, 234 DBMS_PROFILER package, 234 definition, 234 flush_data(), 235 is_profiler.sql, 242 PLSQL_PROFILE_DATA, 234 PLSQL_PROFILER_RUNS, 234 PLSQL_PROFILER_UNITS, 234 relational version, run_profile.sql, start_profiler(), 235 stop_profile(), 235 Polling data process (PDP), 399 disable method, 404 enable method, 404 get_next(), 402 get_status, 406 process, 400 quit method, 403 set_status(), 405 status, 407 Polymorphic commands data entry, 367 data migration, 367 employing modularity, 366 employing object-orientation, 366 geometric shapes, 365 On-demand data processing, 367 Package Tables and TYPEs, 367 polling data processing, 367 reporting, 367 roles, 368 synonyms, 365 Polymorphism, 153, 366 Primary key constraint (PKC), 7 profload.sql script, 234 proftab.sql script, 234 Q Quit method, 403 R Relational SQL DDL (see Data Definition Language (DDL) DML (see Data Manipulation Language (DML) triggers, 9 VDMI, 25 report() method,

6 index S Scope, 67 set_downloaded method, 411 set_report() method, 419 set_result() method, 263 set_row() method, 299, 375 set_status() method, 405 set_test() method, 263 set_uploaded method, 413 Single row processing DELETE statement, 109 INSERT statement column values, 103 detection block, 98 DUP_VAL_ON_INDEX exception, 91 EXISTS clause, 101 IF statement syntax, 100 insert.sql script, 91 insert_the_doe_family.sql, 104 insert_with_plsql_detection.sql, 95 insert_with_sql_detection.sql, 102 modifications, NO_DATA_FOUND exception, 94 in PL/SQL, 106 PL/SQL literals and variables, 87 postdetection, 104 process flow diagram, 94, 101 syntax, 90, 103 table definition, unique constraint exception, 91 SELECT statement insert_with_plsql_detection.sql, INTO statements, 112 NO_DATA_FOUND, 112 PL/SQL, 110, 116 select_the_doe_family.sql, syntax, 111 TOO_MANY_ROWS exception, 114 UPDATE statement insert_with_plsql_detection_for _update.sql, 107 in PL/SQL, 109 SET clause, 108 syntax, SYS.DBA_SOURCE, 107 update_multiple.sql, 108 WHERE clause, SQL*Plus create_users.sql, 444 creation and execution, script file, 444 DDL execution, 440 DML execution, 440 downloading \bops\appendix, 441 \bops directory, Source Code menu, 441 window s Properties screen, 443 table/stored procedure, 445 SQL test patterns, 259 start_logging() method, 397 stop_logging() method, 398 T Table method polymorphism, 156 Test automation process execution, 321 missing test units, 326 SQL*Plus descriptions, 320 test unit errors, 326 Testing automation process execution, 321 missing test units, 326 SQL*Plus descriptions, 320 test unit errors, 326 character column length, 263 code table package, 299 get_code_descr(), 288 get_code_id_descr(), 288 get_id(), 288 rps.last_test_results.sql, 297 rps. worker_type.pkb, 290 rps.worker_type.pks, 288 content table package code borrowing, 306 create_id_context(), 299 get_external_id(), 299 get_name(), 299 get_row(), 299 rps.logical_workplace.pkb, 300 set_row(), 299 data_length_histogram.sql, 261 high-level tasks, 257 intersection table package code borrowing, 316 get_logical_workplace(), 307 get_row(), 307 is_active(), 307 rps.logical_assignment.pkb, 307 set_row(), 307 object-relational version, 276 ops.tests.tab, 279 ops.test.tpb, 279 ops.test.tps, 276 PL/SQL test patterns, responsibilities, 258 rps.test.pkb, 269 rps.test.pks, 265 rps.tests.tab, 264 set of constants,

7 Index set of methods, 261 STATIC method, 317 test plan, 259 test unit, 259 TYPE TEST, 317 Text-based documentation formatting tool package body, 335 package specification, 334 put_line(), 334 TEXT_HELP, 335 TKPROF, 255 TOAD, 233 TOO_MANY_ROWS exception, 40 Troubleshooting anchors, 198 blocking, bread crumbs, 202 data type prefixes, 199 DBMS_OUTPUT buffer, 203 DEBUGGER package package body, specification, test unit, 219 debug logging (see Debug logging) explicit conversion, implicit conversion, 198 Oracle SQL Optimizer EXPLAIN PLAN (see EXPLAIN PLAN) TKPROF, 255 pragma autonomous transaction, 197, 207 profiling (see PL/SQL profiling) put_line() failure messages, 205 failure.sql script, output, 203 raise_application_error(), 205 success.sql script, remote debugger Oracle SQL Developer (see Oracle SQL Developer) PL/SQL debugger, PL/SQL program units, 233 SYS.DBMS_DEBUG, 227 TOAD, 233 Visual Studio, 233 risky code, 200 SYS.DBMS_DEBUG package, 197 SYS.DBMS_PIPE, 197 TYPE DEBUG_O (see TYPE DEBUG_O object) unexpected exception, 198 TYPE DEBUG_O object DDL, implementation, 210 message table, ops.debug_a_session.sql, 216 pl() statements, 212 set_text(), 213 specification, SQL> prompt, 214 test unit, 213 unique session ID, U Unique key constraint (UKC), 7 Upload method, 413 V, W, X, Y, Z Variables anchors, 63 assignments, declaration of, declarations, 63 naming, NULL value,

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

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

Oracle12c Release 1 PL/SQL (3 Days)

Oracle12c Release 1 PL/SQL (3 Days) Oracle12c Release 1 PL/SQL (3 Days) www.peaklearningllc.com Course Description This course provides a complete, hands-on, comprehensive introduction to PL/SQL including the use of both SQL Developer and

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 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

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

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

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

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

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

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

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

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

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

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 12c R2: Program with PL/SQL Ed 2 Duration: 5 Days

Oracle Database 12c R2: Program with PL/SQL Ed 2 Duration: 5 Days Oracle Database 12c R2: Program with PL/SQL Ed 2 Duration: 5 Days This Database Program with PL/SQL training shows you how to develop stored procedures, functions, packages and database triggers. You'll

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

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

Oracle Database 11g: Program with PL/SQL

Oracle Database 11g: Program with PL/SQL Oracle University Contact: +31 (0)30 669 9244 Oracle Database 11g: Program with PL/SQL Duration: 5 Dagen What you will learn This course introduces students to PL/SQL and helps them understand the benefits

More information

Oracle PLSQL Training Syllabus

Oracle PLSQL Training Syllabus Oracle PLSQL Training Syllabus Introduction Course Objectives Course Agenda Human Resources (HR) Schema Introduction to SQL Developer Introduction to PL/SQL PL/SQL Overview Benefits of PL/SQL Subprograms

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

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 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

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

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

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

Oracle - Oracle Database: Program with PL/SQL Ed 2

Oracle - Oracle Database: Program with PL/SQL Ed 2 Oracle - Oracle Database: Program with PL/SQL Ed 2 Code: Lengt h: URL: DB-PLSQL 5 days View Online This Oracle Database: Program with PL/SQL training starts with an introduction to PL/SQL and then explores

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

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

Oracle 10g: Java Programming

Oracle 10g: Java Programming Oracle 10g: Java Programming Volume 1 Student Guide D17249GC12 Edition 1.2 July 2005 D19367 Author Kate Heap Technical Contributors and Reviewers Ken Cooper Brian Fry Jeff Gallus Glenn Maslen Gayathri

More information

Question: Which statement would you use to invoke a stored procedure in isql*plus?

Question: Which statement would you use to invoke a stored procedure in isql*plus? What are the two types of subprograms? procedure and function Which statement would you use to invoke a stored procedure in isql*plus? EXECUTE Which SQL statement allows a privileged user to assign privileges

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: 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

using PL/SQL and APEX

using PL/SQL and APEX Creating My Own PL/SQL Performance Monitoring Tool 1 using PL/SQL and APEX Why do DBA s get all the cool tools? Gary J. Propeck, Ph.D. 2 Objectives Develop an Application around the PL/SQL Profiler (DBMS_PROFILER)

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

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

Introduction p. 1 The Logical and Physical View of Tables p. 1 Database Types p. 4 NULLs p. 6 DDL and DML Statements p. 7 Column and Table Constraint

Introduction p. 1 The Logical and Physical View of Tables p. 1 Database Types p. 4 NULLs p. 6 DDL and DML Statements p. 7 Column and Table Constraint Preface p. xv Introduction p. 1 The Logical and Physical View of Tables p. 1 Database Types p. 4 NULLs p. 6 DDL and DML Statements p. 7 Column and Table Constraint Clauses p. 7 Sample Database p. 9 A Quick

More information

OVERVIEW OF THE TYPES OF PL/SQL BLOCKS:

OVERVIEW OF THE TYPES OF PL/SQL BLOCKS: OVERVIEW OF THE TYPES OF PL/SQL BLOCKS: The P/L SQL blocks can be divided into two broad categories: Anonymous Block: The anonymous block is the simplest unit in PL/SQL. It is called anonymous block because

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

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

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

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

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

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

ADVANTAGES. Via PL/SQL, all sorts of calculations can be done quickly and efficiently without use of Oracle engine.

ADVANTAGES. Via PL/SQL, all sorts of calculations can be done quickly and efficiently without use of Oracle engine. 1 PL/SQL INTRODUCTION SQL does not have procedural capabilities. SQL does not provide the programming techniques of condition checking, looping and branching that is required for data before permanent

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: Program with PL/SQL

Oracle Database: Program with PL/SQL Oracle University Contact Us: Local: 1800 425 8877 Intl: +91 80 4108 4700 Oracle Database: Program with PL/SQL Duration: 50 Hours What you will learn This course introduces students to PL/SQL and helps

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

Developer. 1 enterprise. Professional Guide. Oracle Advanced PL/SQL. example questions for 1Z0-146 examination

Developer. 1 enterprise. Professional Guide. Oracle Advanced PL/SQL. example questions for 1Z0-146 examination Oracle Advanced PL/SQL Developer Professional Guide Master advanced PL/SQL concepts along with plenty of example questions for 1Z0-146 examination Saurabh K. Gupta [ 1 enterprise I professional expertise

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

UNIT II PL / SQL AND TRIGGERS

UNIT II PL / SQL AND TRIGGERS UNIT II PL / SQL AND 1 TRIGGERS TOPIC TO BE COVERED.. 2.1 Basics of PL / SQL 2.2 Datatypes 2.3 Advantages 2.4 Control Structures : Conditional, Iterative, Sequential 2.5 Exceptions: Predefined Exceptions,User

More information

1Z0-144 Q&As Oracle Database 11g: Program with PL/ SQL

1Z0-144 Q&As Oracle Database 11g: Program with PL/ SQL CertBus.com 1Z0-144 Q&As Oracle Database 11g: Program with PL/ SQL Pass Oracle 1Z0-144 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100%

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

Break Free from Oracle, leveraging your existing Oracle skills!

Break Free from Oracle, leveraging your existing Oracle skills! Break Free from Oracle, leveraging your existing Oracle skills! Information Management 2013 IBM Corporation Migration Challenges Transact-SQL Oracle SQL and PL/SQL DB2's SQL/PL (based on SQL/PSM) Applications

More information

E Oracle 10g Java Bootcamp I v1

E Oracle 10g Java Bootcamp I v1 E Oracle 10g Java Bootcamp I v1 Student Guide Volume 1 D22059GC10 Edition 1.0 October 2005 D22281 Authors Jeff Gallus Glenn Stokol Editor Gayathri Rajagopal Technical Contributors and Reviewers Kenneth

More information

"Charting the Course... Oracle 18c PL/SQL (5 Day) Course Summary

Charting the Course... Oracle 18c PL/SQL (5 Day) Course Summary Course Summary Description This course provides a complete, hands-on, comprehensive introduction to PL/SQL including the use of both SQL Developer and SQL*Plus. This coverage is appropriate for both Oracle11g

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

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

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

Greens Technology s Contact :

Greens Technology s Contact : PL/SQL - Interview Questions ============================ 1. Is it possible to Auto-Refresh the Materialize View?(Polaris) 2. Explain diff. types of Indexes? Which one is fasted?(ibm) 3. How to send mails

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: 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

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

Oracle 9i Application Development and Tuning

Oracle 9i Application Development and Tuning Index 2NF, NOT 3NF or BCNF... 2:17 A Anomalies Present in this Relation... 2:18 Anomalies (Specific) in this Relation... 2:4 Application Design... 1:28 Application Environment... 1:1 Application-Specific

More information

Database Programming with PL/SQL

Database Programming with PL/SQL Database Programming with PL/SQL Trapping Oracle Server Exceptions 1 Copyright 2013, Oracle and/or its affiliates. All rights Objectives This lesson covers the following objectives: Describe and provide

More information

PL/SQL Block structure

PL/SQL Block structure PL/SQL Introduction Disadvantage of SQL: 1. SQL does t have any procedural capabilities. SQL does t provide the programming technique of conditional checking, looping and branching that is vital for data

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

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

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 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

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

COWLEY COLLEGE & Area Vocational Technical School

COWLEY COLLEGE & Area Vocational Technical School COWLEY COLLEGE & Area Vocational Technical School COURSE PROCEDURE FOR Student Level: This course is open to students on the college level in either the freshman or sophomore year. Catalog Description:

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

PLSQL 9i Index. Section Title Page

PLSQL 9i Index. Section Title Page One PLSQL Introduction 2 Procedural Language for SQL 3 Two PLSQL Structure 5 Basic Structure of PLSQL 6 The Declaration Section in PLSQL 7 Local Variables in PLSQL 8 Naming Local Variables in PLSQL 10

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

Standard. Number of Correlations

Standard. Number of Correlations Computer Science 2016 This assessment contains 80 items, but only 80 are used at one time. Programming and Software Development Number of Correlations Standard Type Standard 2 Duty 1) CONTENT STANDARD

More information

Vendor: Oracle. Exam Code: 1Z Exam Name: Oracle Database 11g: Program with PL/ SQL. Version: Demo

Vendor: Oracle. Exam Code: 1Z Exam Name: Oracle Database 11g: Program with PL/ SQL. Version: Demo Vendor: Oracle Exam Code: 1Z0-144 Exam Name: Oracle Database 11g: Program with PL/ SQL Version: Demo QUESTION NO: 1 View the Exhibit to examine the PL/SQL code: SREVROUPUT is on for the session. Which

More information

PROCEDURAL DATABASE PROGRAMMING ( PL/SQL AND T-SQL)

PROCEDURAL DATABASE PROGRAMMING ( PL/SQL AND T-SQL) Technology & Information Management Instructor: Michael Kremer, Ph.D. Class 4 Database Programming PROCEDURAL DATABASE PROGRAMMING ( PL/SQL AND T-SQL) AGENDA 6. Stored Functions Procedural Database Programming

More information

This presentation is for informational purposes only and may not be incorporated into a contract or agreement.

This presentation is for informational purposes only and may not be incorporated into a contract or agreement. This presentation is for informational purposes only and may not be incorporated into a contract or agreement. SQL Developer Introducing Oracle's New Graphical Database Development Tool Craig Silveira

More information

Troubleshooting Oracle PL/SQL with DBMS_PROFILER and DBMS_UTILITY. John Mullins

Troubleshooting Oracle PL/SQL with DBMS_PROFILER and DBMS_UTILITY. John Mullins Troubleshooting Oracle PL/SQL with DBMS_PROFILER and DBMS_UTILITY John Mullins jmullins@themisinc.com www.themisinc.com www.themisinc.com/webinars Presenter John Mullins Themis Inc. (jmullins@themisinc.com)

More information

When a database trigger routine does not have to take place before the triggering event, which timing should you assign to the trigger?

When a database trigger routine does not have to take place before the triggering event, which timing should you assign to the trigger? Page 1 of 80 Item: 1 (Ref:1z0-147e.9.2.4) When a database trigger routine does not have to take place before the triggering event, which timing should you assign to the trigger? nmlkj ON nmlkj OFF nmlkj

More information

Introduction to Programming Using Java (98-388)

Introduction to Programming Using Java (98-388) Introduction to Programming Using Java (98-388) Understand Java fundamentals Describe the use of main in a Java application Signature of main, why it is static; how to consume an instance of your own class;

More information

Introduction to Oracle Objects

Introduction to Oracle Objects This lab describes the advantages and key features of the Oracle object-relational model. The lab contains these topics: About Oracle Objects Advantages of Objects About Oracle Objects Oracle object types

More information

Swami Ramanand Teerth Marathwada University, Nanded

Swami Ramanand Teerth Marathwada University, Nanded Swami Ramanand Teerth Marathwada University, Nanded B.Sc Third Year Semester Pattern Information Technology (Optional) ( With Effect from 2011-12 ) B.Sc. III Year. Information Technology (Optional) Paper

More information

Procedural Language Structured Query Language (PL/SQL)

Procedural Language Structured Query Language (PL/SQL) The Islamic University of Gaza Faculty of Engineering Dept. of Computer Engineering Database Lab (ECOM 4113) Lab 7 Procedural Language Structured Query Language (PL/SQL) Eng. Ibraheem Lubbad Structured

More information

OracleAS 10g R3: Java Programming

OracleAS 10g R3: Java Programming OracleAS 10g R3: Java Programming Volume I Student Guide D18382GC20 Edition 2.0 April 2007 D50171 Authors Patrice Daux Kate Heap Technical Contributors and Reviewers Ken Cooper C Fuller Vasily Strelnikov

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

Oracle EXAM - 1Z Oracle Database 11g: Program with PL/SQL. Buy Full Product.

Oracle EXAM - 1Z Oracle Database 11g: Program with PL/SQL. Buy Full Product. Oracle EXAM - 1Z0-144 Oracle Database 11g: Program with PL/SQL Buy Full Product http://www.examskey.com/1z0-144.html Examskey Oracle 1Z0-144 exam demo product is here for you to test the quality of the

More information

2. Programming written ( main theme is to test our data structure knowledge, proficiency

2. Programming written ( main theme is to test our data structure knowledge, proficiency ORACLE Job Placement Paper Paper Type : General - other 1. Tech + Aptitude written 2. Programming written ( main theme is to test our data structure knowledge, proficiency sorting searching algorithms

More information

SQL: Data De ni on. B0B36DBS, BD6B36DBS: Database Systems. h p://www.ksi.m.cuni.cz/~svoboda/courses/172-b0b36dbs/ Lecture 3

SQL: Data De ni on. B0B36DBS, BD6B36DBS: Database Systems. h p://www.ksi.m.cuni.cz/~svoboda/courses/172-b0b36dbs/ Lecture 3 B0B36DBS, BD6B36DBS: Database Systems h p://www.ksi.m.cuni.cz/~svoboda/courses/172-b0b36dbs/ Lecture 3 SQL: Data De ni on Mar n Svoboda mar n.svoboda@fel.cvut.cz 13. 3. 2018 Czech Technical University

More information

ORACLE Job Placement Paper. Paper Type : General - other

ORACLE Job Placement Paper. Paper Type : General - other ORACLE Job Placement Paper Paper Type : General - other 1. Tech + Aptitude written 2. Programming written ( main theme is to test our data structure knowledge, proficiency sorting searching algorithms

More information

JAVA. Duration: 2 Months

JAVA. Duration: 2 Months JAVA Introduction to JAVA History of Java Working of Java Features of Java Download and install JDK JDK tools- javac, java, appletviewer Set path and how to run Java Program in Command Prompt JVM Byte

More information

1Z Z0-146-Oracle Database 11g: Advanced PL/SQL Exam Summary Syllabus Questions

1Z Z0-146-Oracle Database 11g: Advanced PL/SQL Exam Summary Syllabus Questions 1Z0-146 1Z0-146-Oracle Database 11g: Advanced PLSQL Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-146 Exam on Oracle Database 11g: Advanced PLSQL... 2 Oracle 1Z0-146 Certification

More information

Index. Symbol function, 391

Index. Symbol function, 391 Index Symbol @@error function, 391 A ABP. See adjacent broker protocol (ABP) ACID (Atomicity, Consistency, Isolation, and Durability), 361 adjacent broker protocol (ABP) certificate authentication, 453

More information

Using SQL Developer. Oracle University and Egabi Solutions use only

Using SQL Developer. Oracle University and Egabi Solutions use only Using SQL Developer Objectives After completing this appendix, you should be able to do the following: List the key features of Oracle SQL Developer Identify menu items of Oracle SQL Developer Create a

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

Exam Name: Oracle Database 11g: Program with PL/SQL

Exam Name: Oracle Database 11g: Program with PL/SQL Vendor: Oracle Exam Code: 1Z0-144 Exam Name: Oracle Database 11g: Program with PL/SQL Version: DEMO 1.View the Exhibit to examine the PL/SQL code: SREVROUPUT is on for the session. Which statement Is true

More information

An Introduction to JavaScript & Bootstrap Basic concept used in responsive website development Form Validation Creating templates

An Introduction to JavaScript & Bootstrap Basic concept used in responsive website development Form Validation Creating templates PHP Course Contents An Introduction to HTML & CSS Basic Html concept used in website development Creating templates An Introduction to JavaScript & Bootstrap Basic concept used in responsive website development

More information