{"id":4126,"date":"2022-05-19T09:37:06","date_gmt":"2022-05-19T08:37:06","guid":{"rendered":"https:\/\/republify.se\/?post_type=product&#038;p=4126"},"modified":"2025-08-18T13:59:16","modified_gmt":"2025-08-18T12:59:16","slug":"oracle-database-12c-sql-and-pl-sql-fundamentals","status":"publish","type":"product","link":"https:\/\/republify.se\/index.php\/produkt\/oracle-database-12c-sql-and-pl-sql-fundamentals\/","title":{"rendered":"Oracle Database 12c: SQL and PL SQL Fundamentals"},"content":{"rendered":"<p><strong>This Oracle Database: SQL and PL\/SQL Fundamentals training delivers the fundamentals of SQL and PL\/SQL along with the benefits of the programming languages using Oracle Database technology. You&#8217;ll explore the concepts of relational databases.<\/strong><\/p>\n<p>Ensure fast, reliable, secure and easy to manage performance. Optimize database workloads, lower IT costs and deliver a higher quality of service by enabling consolidation onto database clouds.<\/p>\n<h3>Learn To:<\/h3>\n<ul>\n<li>Write queries against single and multiple tables, manipulate data in tables and create database objects.<\/li>\n<li>Use single row functions to customize output.<\/li>\n<li>Invoke conversion functions and conditional expressions.<\/li>\n<li>Use group functions to report aggregated data.<\/li>\n<li>Create PL\/SQL blocks of application code that can be shared by multiple forms, reports and data management applications.<\/li>\n<li>Develop anonymous PL\/SQL blocks, stored procedures and functions.<\/li>\n<li>Declare identifiers and trap exceptions.<\/li>\n<li>Use DML statements to manage data.<\/li>\n<li>Use DDL statements to manage database objects.<\/li>\n<li>Declare PL\/SQL Variables.<\/li>\n<li>Conditionally control code flow (loops, control structures).<\/li>\n<li>Describe stored procedures and functions.<\/li>\n<li>Retrieve row and column data from tables.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h3>Hands-On Practices:<\/h3>\n<p>Demonstrations and hands-on practice reinforce the fundamental concepts that you&#8217;ll learn in this course. By enrolling in this course, you&#8217;ll begin using Oracle SQL Developer to develop these program units. SQL*Plus and JDeveloper are available as optional tools<\/p>\n<p>&nbsp;<\/p>\n<h3>Target Audience:<\/h3>\n<ul>\n<li>PL\/SQL Developer<\/li>\n<li>Forms Developer<\/li>\n<li>Application Developers<\/li>\n<li>Reports Developer<\/li>\n<li>Technical Consultant<\/li>\n<li>Portal Developer<\/li>\n<li>Functional Implementer<\/li>\n<\/ul>\n<h3><\/h3>\n<h3 style=\"font-weight: 800;\">Prerequisites<\/h3>\n<ul>\n<li>Familiarity with data processing concepts and techniques<\/li>\n<li>Familiarity with programming concepts<\/li>\n<\/ul>\n<p><b>Those delegates who are attending via either virtual or extended classroom will be required to provide either dual monitors or single monitor plus a tablet device.<\/b><\/p>\n<p>Please note: In order to provision you with your courseware and lab access for this course QA must share several items of basic personal information with our partner (usually your full name and email address).<\/p>\n<p>&nbsp;<\/p>\n<h3 class=\"h2\">Delegates will learn how to<\/h3>\n<div>\n<div>\n<p>At the end of this course you will be able to:<\/p>\n<ul>\n<li>Run data manipulation statements (DML) to update data in the Oracle Database.<\/li>\n<li>Design PL\/SQL anonymous block that execute efficiently.<\/li>\n<li>Describe the features and syntax of PL\/SQL.<\/li>\n<li>Handle runtime errors.<\/li>\n<li>Describe stored procedures and functions.<\/li>\n<li>Use PL\/SQL programming constructs and conditionally control code flow (loops, control structures, and explicit cursors).<\/li>\n<li>Use cursors to process rows.<\/li>\n<li>Identify the major structural components of the Oracle Database 11g.<\/li>\n<li>Retrieve row and column data from tables with the SELECT statement.<\/li>\n<li>Create reports of sorted and restricted data.<\/li>\n<li>Employ SQL functions to generate and retrieve customized data.<\/li>\n<li>Display data from multiple tables using the ANSI SQL 99 JOIN syntax.<\/li>\n<li>Create reports of aggregated data.<\/li>\n<li>Run data definition language (DDL) statements to create and manage schema objects.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<h2 class=\"h2\">Outline<\/h2>\n<div>\n<div>\n<p>Introduction<\/p>\n<ul>\n<li>Overview of Oracle Database 12c and related products<\/li>\n<li>Overview of relational database management concepts and terminologies<\/li>\n<li>Introduction to SQL and its development environments<\/li>\n<li>The HR schema and the tables used in this course<\/li>\n<li>Oracle Database documentation and additional resources<\/li>\n<\/ul>\n<p>Retrieve Data using the SQL SELECT Statement<\/p>\n<ul>\n<li>List the capabilities of SQL SELECT statements<\/li>\n<li>Generate a report of data from the output of a basic SELECT statement<\/li>\n<li>Use arithmetic expressions and NULL values in the SELECT statement<\/li>\n<li>Invoke Column aliases<\/li>\n<li>Concatenation operator, literal character strings, alternative quote operator, and the DISTINCT keyword<\/li>\n<li>Display the table structure using the DESCRIBE command<\/li>\n<\/ul>\n<p>Restricted and Sorted Data<\/p>\n<ul>\n<li>Write queries with a WHERE clause to limit the output retrieved<\/li>\n<li>Describe the comparison operators and logical operators<\/li>\n<li>Describe the rules of precedence for comparison and logical operators<\/li>\n<li>Usage of character string literals in the WHERE clause<\/li>\n<li>Write queries with an ORDER BY clause<\/li>\n<li>Sort the output in descending and ascending order<\/li>\n<li>Substitution Variables<\/li>\n<\/ul>\n<p>Usage of Single-Row Functions to Customize Output<\/p>\n<ul>\n<li>List the differences between single row and multiple row functions<\/li>\n<li>Manipulate strings using character functions<\/li>\n<li>Manipulate numbers with the ROUND, TRUNC, and MOD functions<\/li>\n<li>Perform arithmetic with date data<\/li>\n<li>Manipulate dates with the DATE functions<\/li>\n<\/ul>\n<p>Conversion Functions and Conditional Expressions<\/p>\n<ul>\n<li>Describe implicit and explicit data type conversion<\/li>\n<li>Describe the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions<\/li>\n<li>Nesting multiple functions<\/li>\n<li>Apply the NVL, NULLIF, and COALESCE functions to data<\/li>\n<li>Usage of conditional IF THEN ELSE logic in a SELECT statement<\/li>\n<\/ul>\n<p>Aggregated Data Using the Group Functions<\/p>\n<ul>\n<li>Usage of the aggregation functions in SELECT statements to produce meaningful reports<\/li>\n<li>Describe the AVG, SUM, MIN, and MAX function<\/li>\n<li>How to handle Null Values in a group function?<\/li>\n<li>Divide the data in groups by using the GROUP BY clause<\/li>\n<li>Exclude groups of date by using the HAVING clause<\/li>\n<\/ul>\n<p>Display Data From Multiple Tables<\/p>\n<ul>\n<li>Write SELECT statements to access data from more than one table<\/li>\n<li>Join Tables Using SQL:1999 Syntax<\/li>\n<li>View data that does not meet a join condition by using outer joins<\/li>\n<li>Join a table to itself by using a self join<\/li>\n<li>Create Cross Joins<\/li>\n<\/ul>\n<p>Usage of Subqueries to Solve Queries<\/p>\n<ul>\n<li>Use a Subquery to Solve a Problem<\/li>\n<li>Single-Row Subqueries<\/li>\n<li>Group Functions in a Subquery<\/li>\n<li>Multiple-Row Subqueries<\/li>\n<li>Use the ANY and ALL Operator in Multiple-Row Subqueries<\/li>\n<li>Use the EXISTS Operator<\/li>\n<\/ul>\n<p>SET Operators<\/p>\n<ul>\n<li>Describe the SET operators<\/li>\n<li>Use a SET operator to combine multiple queries into a single query<\/li>\n<li>Describe the UNION, UNION ALL, INTERSECT, and MINUS Operators<\/li>\n<li>Use the ORDER BY Clause in Set Operations<\/li>\n<\/ul>\n<p>Data Manipulation<\/p>\n<ul>\n<li>Add New Rows to a Table<\/li>\n<li>Change the Data in a Table<\/li>\n<li>Use the DELETE and TRUNCATE Statements<\/li>\n<li>How to save and discard changes with the COMMIT and ROLLBACK statements<\/li>\n<li>Implement Read Consistency<\/li>\n<li>Describe the FOR UPDATE Clause<\/li>\n<\/ul>\n<p>DDL Statements to Create and Manage Tables<\/p>\n<ul>\n<li>Categorize Database Objects<\/li>\n<li>Create Tables<\/li>\n<li>Describe the data types<\/li>\n<li>Understand Constraints<\/li>\n<li>Create a table using a subquery<\/li>\n<li>How to alter a table?<\/li>\n<li>How to drop a table?<\/li>\n<\/ul>\n<p>Other Schema Objects<\/p>\n<ul>\n<li>Create, modify, and retrieve data from a view<\/li>\n<li>Perform Data manipulation language (DML) operations on a view<\/li>\n<li>How to drop a view?<\/li>\n<li>Create, use, and modify a sequence<\/li>\n<li>Create and drop indexes<\/li>\n<li>Create and drop synonyms<\/li>\n<\/ul>\n<p>Introduction to PL\/SQL<\/p>\n<ul>\n<li>PL\/SQL Overview<\/li>\n<li>List the benefits of PL\/SQL Subprograms<\/li>\n<li>Overview of the Types of PL\/SQL blocks<\/li>\n<li>Create a Simple Anonymous Block<\/li>\n<li>Generate the Output from a PL\/SQL Block<\/li>\n<\/ul>\n<p>PL\/SQL Identifiers<\/p>\n<ul>\n<li>List the different Types of Identifiers in a PL\/SQL subprogram<\/li>\n<li>Usage of the Declarative Section to Define Identifiers<\/li>\n<li>Use of variables to store data<\/li>\n<li>Scalar Data Types<\/li>\n<li>%TYPE Attribute<\/li>\n<li>Bind Variables<\/li>\n<li>Sequences in PL\/SQL Expressions<\/li>\n<\/ul>\n<p>Write Executable Statements<\/p>\n<ul>\n<li>Basic PL\/SQL Block Syntax Guidelines<\/li>\n<li>How to comment code?<\/li>\n<li>SQL Functions in PL\/SQL<\/li>\n<li>Data Type Conversion<\/li>\n<li>Nested Blocks<\/li>\n<li>Operators in PL\/SQL<\/li>\n<\/ul>\n<p>Interaction with the Oracle Server<\/p>\n<ul>\n<li>SELECT Statements in PL\/SQL to Retrieve data<\/li>\n<li>Data Manipulation in the Server Using PL\/SQL<\/li>\n<li>The SQL Cursor concept<\/li>\n<li>Learn to use SQL Cursor Attributes to Obtain Feedback on DML<\/li>\n<li>How to save and discard transactions?<\/li>\n<\/ul>\n<p>Control Structures<\/p>\n<ul>\n<li>Conditional processing Using IF Statements<\/li>\n<li>Conditional processing Using CASE Statements<\/li>\n<li>Simple Loop Statement<\/li>\n<li>While Loop Statement<\/li>\n<li>For Loop Statement<\/li>\n<li>The Continue Statement<\/li>\n<\/ul>\n<p>Usage of Composite Data Types<\/p>\n<ul>\n<li>PL\/SQL Records<\/li>\n<li>The %ROWTYPE Attribute<\/li>\n<li>Insert and Update with PL\/SQL Records<\/li>\n<li>Associative Arrays (INDEX BY Tables)<\/li>\n<li>INDEX BY Table Methods<\/li>\n<li>INDEX BY Table of Records<\/li>\n<\/ul>\n<p>Explicit Cursors<\/p>\n<ul>\n<li>Understand Explicit Cursors<\/li>\n<li>Declare the Cursor<\/li>\n<li>How to open the Cursor?<\/li>\n<li>Fetching data from the Cursor<\/li>\n<li>How to close the Cursor?<\/li>\n<li>Cursor FOR loop<\/li>\n<li>Explicit Cursor Attributes<\/li>\n<li>FOR UPDATE Clause and WHERE CURRENT Clause<\/li>\n<\/ul>\n<p>Exception Handling<\/p>\n<ul>\n<li>What are Exceptions?<\/li>\n<li>Handle Exceptions with PL\/SQL<\/li>\n<li>Trap Predefined Oracle Server Errors<\/li>\n<li>Trap Non-Predefined Oracle Server Errors<\/li>\n<li>Trap User-Defined Exceptions<\/li>\n<li>Propagate Exceptions<\/li>\n<li>RAISE_APPLICATION_ERROR Procedure<\/li>\n<\/ul>\n<p>Stored Procedures and Functions<\/p>\n<ul>\n<li>What are Stored Procedures and Functions?<\/li>\n<li>Differentiate between anonymous blocks and subprograms<\/li>\n<li>Create a Simple Procedure<\/li>\n<li>Create a Simple Procedure with IN parameter<\/li>\n<li>Create a Simple Function<\/li>\n<li>Execute a Simple Procedure<\/li>\n<li>Execute a Simple Function<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<h3>Kursen levereras i samarbete med<\/h3>\n<p><img decoding=\"async\" class=\"alignnone wp-image-4027 lazyload\" data-src=\"https:\/\/republify.se\/wp-content\/uploads\/2022\/05\/qa_logo.png\" alt=\"\" width=\"200\" height=\"136\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/136;\" \/><\/p>\n<h2>Kontakta oss om denna kurs<\/h2>\n<div data-test='contact-form'\n\t\t\tid='contact-form-4126'\n\t\t\tclass='jetpack-contact-form-container '\n\t\t\tdata-wp-interactive='jetpack\/form' data-wp-context='{\"formId\":\"4126\",\"formHash\":\"b34fcd9966de64a18365a1d03dd62a8c281ab76f\",\"showErrors\":false,\"errors\":[],\"fields\":[],\"isMultiStep\":false,\"useAjax\":true,\"submissionData\":null,\"formattedSubmissionData\":[],\"submissionSuccess\":false,\"submissionError\":null,\"elementId\":\"jp-form-b34fcd9966de64a18365a1d03dd62a8c281ab76f\",\"isSingleInputForm\":false,\"isForcedHorizontal\":false}'\n\t\t\tdata-wp-watch--scroll-to-wrapper=\"callbacks.scrollToWrapper\"\n\t\t>\n<div class=\"contact-form-submission contact-form-ajax-submission\" data-wp-bind--aria-hidden=\"state.isSuccessMessageAriaHidden\" data-wp-class--submission-success=\"context.submissionSuccess\" id=\"contact-form-success-b34fcd9966de64a18365a1d03dd62a8c281ab76f\" tabindex=\"-1\" aria-labelledby=\"contact-form-success-header-b34fcd9966de64a18365a1d03dd62a8c281ab76f\"><p class=\"go-back-message\"><a class=\"link\" role=\"button\" tabindex=\"0\" data-wp-on--click=\"actions.goBack\" href=\"\/index.php\/wp-json\/wp\/v2\/product\/4126\">\u2190 Tillbaka<\/a><\/p><h4 data-wp-bind--aria-hidden=\"state.isSuccessMessageAriaHidden\" id=\"contact-form-success-header-b34fcd9966de64a18365a1d03dd62a8c281ab76f\">Tack f\u00f6r din respons. \u2728<\/h4>\n\n<template data-wp-each--submission=\"context.formattedSubmissionData\">\n\t\t\t\t\t<div class=\"jetpack_forms_contact-form-success-summary\">\n\t\t\t\t\t\t<div class=\"field-name-wrapper\">\n\t\t\t\t\t\t\t<div class=\"field-type-icon\" data-wp-watch=\"callbacks.watchFieldTypeIcon\"><\/div>\n\t\t\t\t\t\t\t<div class=\"field-name\" data-wp-text=\"context.submission.label\" data-wp-bind--hidden=\"!context.submission.label\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"field-value\" data-wp-text=\"context.submission.value\" data-wp-bind--hidden=\"!context.submission.showPlainValue\"><\/div>\n\t\t\t\t\t\t<a class=\"field-url\" data-wp-bind--href=\"context.submission.url\" data-wp-text=\"context.submission.value\" data-wp-bind--hidden=\"!context.submission.url\" target=\"_blank\" rel=\"noopener noreferrer\"><\/a>\n\t\t\t\t\t\t<div class=\"field-rating\" data-wp-bind--hidden=\"!context.submission.rating\" data-wp-watch=\"callbacks.watchRatingIcons\"><\/div>\n\t\t\t\t\t\t<div class=\"field-images\" data-wp-bind--hidden=\"!context.submission.images\">\n\t\t\t\t\t\t\t<template data-wp-each--image=\"context.submission.images\">\n\t\t\t\t\t\t\t\t<div class=\"field-image-option\" data-wp-class--is-empty=\"!context.image.src\">\n\t\t\t\t\t\t\t\t\t<figure class=\"field-image-option__image\" data-wp-class--is-empty=\"!context.image.src\">\n\t\t\t\t\t\t\t\t\t\t<img data-wp-bind--src=\"context.image.src\" data-wp-bind--hidden=\"!context.image.src\" \/>\n\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAAD\/ACwAAAAAAQABAAACADs=\" data-wp-bind--hidden=\"context.image.src\" \/>\n\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<div class=\"field-image-option__label-wrapper\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"field-image-option__label-code\" data-wp-text=\"context.image.letterCode\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"field-image-option__label\" data-wp-text=\"context.image.label\" data-wp-bind--hidden=\"!context.image.label\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"field-files\" data-wp-bind--hidden=\"!context.submission.files\">\n\t\t\t\t\t\t\t<template data-wp-each--file=\"context.submission.files\">\n\t\t\t\t\t\t\t\t<div class=\"field-file\">\n\t\t\t\t\t\t\t\t\t<div class=\"field-file__thumbnail\" data-wp-style--background-image=\"context.file.previewUrl\" data-wp-style--mask-image=\"context.file.iconUrl\" data-wp-bind--hidden=\"!context.file.hasPreview\"><\/div>\n\t\t\t\t\t\t\t\t\t<svg class=\"field-file__icon\" data-wp-bind--hidden=\"context.file.hasPreview\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t<path d=\"M14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.89 22 5.99 22H18C19.1 22 20 21.1 20 20V8L14 2ZM18 20H6V4H13V9H18V20Z\" fill=\"currentColor\"\/>\n\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t<span class=\"field-file__name\" data-wp-text=\"context.file.name\"><\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"field-file__size\" data-wp-text=\"context.file.size\"><\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/template><\/div><form action='https:\/\/republify.se\/index.php\/produkt\/oracle-database-12c-sql-and-pl-sql-fundamentals\/'\n\t\t\t\tid='jp-form-b34fcd9966de64a18365a1d03dd62a8c281ab76f'\n\t\t\t\tmethod='post'\n\t\t\t\tclass='contact-form commentsblock jetpack-contact-form__form has-no-jetpack-form-layout' aria-label=\"Oracle Database 12c: SQL and PL SQL Fundamentals\"\n\t\t\t\tdata-wp-on--submit=\"actions.onFormSubmit\"\n\t\t\t\tdata-wp-on--reset=\"actions.onFormReset\"\n\t\t\t\tdata-wp-class--submission-success=\"context.submissionSuccess\"\n\t\t\t\tdata-wp-class--is-first-step=\"state.isFirstStep\"\n\t\t\t\tdata-wp-class--is-last-step=\"state.isLastStep\"\n\t\t\t\tdata-wp-class--is-ajax-form=\"context.useAjax\"\n\t\t\t\tnovalidate >\n<input type='hidden' name='jetpack_contact_form_jwt' value='eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJlbmNyeXB0ZWRfYXR0cmlidXRlcyI6InZTbG9pY0pHTnNFQUcrWks3cVhSVkNhYXQ5VDJMdVI1VGhvaUh0SVBpbGM0SWlqbW0raVZzWFhBUk84ZFZXNjZhMTB4Y0tXVjl1REJwODI1bk9kYXRwRzFDaUlzMHRKVTQrNEhvb0ZMOHJQUXBpRExkdTBtMk5PYytiWmZoUmRVNGZaV3BvanRZMkJQeXJBU2N5TWcyRjRXbFRlVm4wcGpwNFo3R3JXTlJBSW9MMUhGeDB3MWNjZ3o0eUszQXk5aVdTRFo1TmE2MW5vM2ZTSGgvaFViZkZIM0VTNWFnSnljVCtCNmlhVGZyUmRabm1DTU1XQTZ4dnZFYTNHMk0yM3FqZWtmK1U5dmtwZlJhOHI2SXJFTDlteFhyQzlwRE9MWkp0OUg2eHZOUXhLTFpueGxSdGMxbkpNcmpScFJ1QUVwbEJyeXVraEtUaTNMNjREbTZwMndiemRRL3hxUGxUSmNaZm5hS3hMRFZkMk4xZDZZNVhySWRGbVZabFFxVlpqMjI0VXhiSStFckFOblVOQU1xTEMvaitHQVJ5ejJqQzVmWkpMWWRzVHcrY00xSmM0a0RLc2NXUHVNSzNPMmY0RDR3OWZ5K1oxVTFqUU1oZ0g0Ump6T3VHakpPTjRPcU8yQ3d3aGJncCtYVmlxR1FDNnY4U243d0lydDNQVTZZTXc3ZWtodFVDak5wbTd3Y2FPcG5SU1BHY1M2YXM3Rk01SDFOWSszQWhGbFVIZmxzUy9CRy9IZGtDdHp2RGhJRFVOeitSenRxS01SVmdKQXdZdGRvKzFobm8yNEJ0M3Y2T1JRRDdjb0pNKzVzNDIrMnhRVHMyWUFGdEVkdENnNmxZNVlDdERWa1JMc1pQd0srMVNkc1BPQU9IZ3VWbXhtNzcrbTlYOVk4R2U4d3NPZnBYQ01CeVNOdmttSFphREhZWFY4TnpyU3QwTm9ueWJra0l4Yk9zMjFYM1BIRXNFM3BhV3U5UmlkRVlGOXd6b2NhVmZva2VKT0o5dDV5SzVoNHREWGpjTFBrSlhiYVppdTY2NlM1by9mTnJ1Z3hFekFyNUZIQThDNS9OdzRySENLNXJTeHBYSUg2UGZpWG8wMFpDNi9nbkJqSksyNUZlUmM0bXhyQUlyanZ2MjJCVXdld2pWd0g1bU1WS3lQOFd4ZThUdUI2NjltMFpNaWRuQVBLZURqVVVQb2gzUWdLUTFGeDBHcDBPYmsrMFVpVkVZNU1ZWnQ2V1lsejVxeXhyTG5aWVJKZ0VpM1pnPT0iLCJjb250ZW50IjoiW2NvbnRhY3QtZmllbGQgbGFiZWw9XCJOYW1uXCIgdHlwZT1cIm5hbWVcIiByZXF1aXJlZD1cIjFcIl1bY29udGFjdC1maWVsZCBsYWJlbD1cIkUtcG9zdFwiIHR5cGU9XCJlbWFpbFwiIHJlcXVpcmVkPVwiMVwiXVtjb250YWN0LWZpZWxkIGxhYmVsPVwiTWVkZGVsYW5kZVwiIHR5cGU9XCJ0ZXh0YXJlYVwiXSIsImhhc2giOiJiMzRmY2Q5OTY2ZGU2NGExODM2NWExZDAzZGQ2MmE4YzI4MWFiNzZmIiwic291cmNlIjp7ImVudHJ5X3RpdGxlIjoiT3JhY2xlIERhdGFiYXNlIDEyYzogU1FMIGFuZCBQTCBTUUwgRnVuZGFtZW50YWxzIiwiZW50cnlfcGFnZSI6MSwic291cmNlX2lkIjo0MTI2LCJzb3VyY2VfdHlwZSI6InNpbmdsZSIsInJlcXVlc3RfdXJsIjoiaHR0cHM6Ly9yZXB1YmxpZnkuc2Uvd3AtanNvbi93cC92Mi9wcm9kdWN0LzQxMjYifSwidmVyc2lvbiI6MiwiY2lwaGVyIjoiYWVzLTI1Ni1nY20ifQ.FQd1MtKO-ZHy4mFFM56i3aeVRVAuYQXJa-2BHDYWCaA' \/>\n\n<div style=\"\"  data-wp-interactive=\"jetpack\/form\" data-wp-context='{\"fieldId\":\"g4126-namn\",\"fieldType\":\"name\",\"fieldLabel\":\"Namn\",\"fieldValue\":\"\",\"fieldPlaceholder\":\"\",\"fieldIsRequired\":\"1\",\"fieldErrorMessage\":\"\",\"fieldExtra\":[],\"formHash\":\"b34fcd9966de64a18365a1d03dd62a8c281ab76f\"}'  class='grunion-field-name-wrap grunion-field-wrap'  data-wp-init='callbacks.initializeField' data-wp-on--jetpack-form-reset='callbacks.initializeField' >\n<label\n\t\t\t\tfor='g4126-namn' class=\"grunion-field-label name\" >Namn<span class=\"grunion-label-required\" aria-hidden=\"true\">(obligatoriskt)<\/span><\/label>\n<input\n\t\t\t\t\ttype='text'\n\t\t\t\t\tname='g4126-namn'\n\t\t\t\t\tid='g4126-namn'\n\t\t\t\t\tvalue=''\n\n\t\t\t\t\tdata-wp-bind--aria-invalid='state.fieldAriaInvalid'\n\t\t\t\t\tdata-wp-bind--value='state.getFieldValue'\n\t\t\t\t\taria-describedby='g4126-namn-text-error-message'\n\t\t\t\t\tdata-wp-on--input='actions.onFieldChange'\n\t\t\t\t\tdata-wp-on--blur='actions.onFieldBlur'\n\t\t\t\t\tdata-wp-class--has-value='state.hasFieldValue'\n\n\t\t\t\t\tclass='name  grunion-field' \n\t\t\t\t\trequired='true' aria-required='true'  \/>\n \n\t\t\t<div id=\"g4126-namn-text-error\" class=\"contact-form__input-error\" data-wp-class--has-errors=\"state.fieldHasErrors\">\n\t\t\t\t<span class=\"contact-form__warning-icon\" aria-hidden=\"true\">\n\t\t\t\t\t<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t<path d=\"M8.50015 11.6402H7.50015V10.6402H8.50015V11.6402Z\" \/>\n\t\t\t\t\t\t<path d=\"M7.50015 9.64018H8.50015V6.30684H7.50015V9.64018Z\" \/>\n\t\t\t\t\t\t<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.98331 3.0947C7.42933 2.30177 8.57096 2.30177 9.01698 3.09469L13.8771 11.7349C14.3145 12.5126 13.7525 13.4735 12.8602 13.4735H3.14004C2.24774 13.4735 1.68575 12.5126 2.12321 11.7349L6.98331 3.0947ZM8.14541 3.58496C8.08169 3.47168 7.9186 3.47168 7.85488 3.58496L2.99478 12.2251C2.93229 12.3362 3.01257 12.4735 3.14004 12.4735H12.8602C12.9877 12.4735 13.068 12.3362 13.0055 12.2251L8.14541 3.58496Z\" \/>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/span>\n\t\t\t\t<span data-wp-text=\"state.errorMessage\" id=\"g4126-namn-text-error-message\"><\/span>\n\t\t\t<\/div> \n\t<\/div>\n\n<div style=\"\"  data-wp-interactive=\"jetpack\/form\" data-wp-context='{\"fieldId\":\"g4126-epost\",\"fieldType\":\"email\",\"fieldLabel\":\"E-post\",\"fieldValue\":\"\",\"fieldPlaceholder\":\"\",\"fieldIsRequired\":\"1\",\"fieldErrorMessage\":\"\",\"fieldExtra\":[],\"formHash\":\"b34fcd9966de64a18365a1d03dd62a8c281ab76f\"}'  class='grunion-field-email-wrap grunion-field-wrap'  data-wp-init='callbacks.initializeField' data-wp-on--jetpack-form-reset='callbacks.initializeField' >\n<label\n\t\t\t\tfor='g4126-epost' class=\"grunion-field-label email\" >E-post<span class=\"grunion-label-required\" aria-hidden=\"true\">(obligatoriskt)<\/span><\/label>\n<input\n\t\t\t\t\ttype='email'\n\t\t\t\t\tname='g4126-epost'\n\t\t\t\t\tid='g4126-epost'\n\t\t\t\t\tvalue=''\n\n\t\t\t\t\tdata-wp-bind--aria-invalid='state.fieldAriaInvalid'\n\t\t\t\t\tdata-wp-bind--value='state.getFieldValue'\n\t\t\t\t\taria-describedby='g4126-epost-email-error-message'\n\t\t\t\t\tdata-wp-on--input='actions.onFieldChange'\n\t\t\t\t\tdata-wp-on--blur='actions.onFieldBlur'\n\t\t\t\t\tdata-wp-class--has-value='state.hasFieldValue'\n\n\t\t\t\t\tclass='email  grunion-field' \n\t\t\t\t\trequired='true' aria-required='true'  \/>\n \n\t\t\t<div id=\"g4126-epost-email-error\" class=\"contact-form__input-error\" data-wp-class--has-errors=\"state.fieldHasErrors\">\n\t\t\t\t<span class=\"contact-form__warning-icon\" aria-hidden=\"true\">\n\t\t\t\t\t<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t<path d=\"M8.50015 11.6402H7.50015V10.6402H8.50015V11.6402Z\" \/>\n\t\t\t\t\t\t<path d=\"M7.50015 9.64018H8.50015V6.30684H7.50015V9.64018Z\" \/>\n\t\t\t\t\t\t<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.98331 3.0947C7.42933 2.30177 8.57096 2.30177 9.01698 3.09469L13.8771 11.7349C14.3145 12.5126 13.7525 13.4735 12.8602 13.4735H3.14004C2.24774 13.4735 1.68575 12.5126 2.12321 11.7349L6.98331 3.0947ZM8.14541 3.58496C8.08169 3.47168 7.9186 3.47168 7.85488 3.58496L2.99478 12.2251C2.93229 12.3362 3.01257 12.4735 3.14004 12.4735H12.8602C12.9877 12.4735 13.068 12.3362 13.0055 12.2251L8.14541 3.58496Z\" \/>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/span>\n\t\t\t\t<span data-wp-text=\"state.errorMessage\" id=\"g4126-epost-email-error-message\"><\/span>\n\t\t\t<\/div> \n\t<\/div>\n\n<div style=\"\"  data-wp-interactive=\"jetpack\/form\" data-wp-context='{\"fieldId\":\"g4126-meddelande\",\"fieldType\":\"textarea\",\"fieldLabel\":\"Meddelande\",\"fieldValue\":\"\",\"fieldPlaceholder\":\"\",\"fieldIsRequired\":\"\",\"fieldErrorMessage\":\"\",\"fieldExtra\":[],\"formHash\":\"b34fcd9966de64a18365a1d03dd62a8c281ab76f\"}'  class='grunion-field-textarea-wrap grunion-field-wrap'  data-wp-init='callbacks.initializeField' data-wp-on--jetpack-form-reset='callbacks.initializeField' >\n<label\n\t\t\t\tfor='contact-form-comment-g4126-meddelande' class=\"grunion-field-label textarea\" >Meddelande<\/label>\n<textarea\n\t\t                style=''\n\t\t                name='g4126-meddelande'\n\t\t                id='contact-form-comment-g4126-meddelande'\n\t\t                rows='20'\n\t\t\t\t\t\tdata-wp-text='state.getFieldValue'\n\t\t\t\t\t\tdata-wp-on--input='actions.onFieldChange'\n\t\t\t\t\t\tdata-wp-on--blur='actions.onFieldBlur'\n\t\t\t\t\t\tdata-wp-class--has-value='state.hasFieldValue'\n\t\t\t\t\t\taria-describedby='g4126-meddelande-textarea-error-message'\n\t\t\t\t\t\tdata-wp-bind--aria-invalid='state.fieldAriaInvalid'\n\t\t\t\t\t\tclass='textarea  grunion-field'  ><\/textarea>\n \n\t\t\t<div id=\"g4126-meddelande-textarea-error\" class=\"contact-form__input-error\" data-wp-class--has-errors=\"state.fieldHasErrors\">\n\t\t\t\t<span class=\"contact-form__warning-icon\" aria-hidden=\"true\">\n\t\t\t\t\t<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t<path d=\"M8.50015 11.6402H7.50015V10.6402H8.50015V11.6402Z\" \/>\n\t\t\t\t\t\t<path d=\"M7.50015 9.64018H8.50015V6.30684H7.50015V9.64018Z\" \/>\n\t\t\t\t\t\t<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.98331 3.0947C7.42933 2.30177 8.57096 2.30177 9.01698 3.09469L13.8771 11.7349C14.3145 12.5126 13.7525 13.4735 12.8602 13.4735H3.14004C2.24774 13.4735 1.68575 12.5126 2.12321 11.7349L6.98331 3.0947ZM8.14541 3.58496C8.08169 3.47168 7.9186 3.47168 7.85488 3.58496L2.99478 12.2251C2.93229 12.3362 3.01257 12.4735 3.14004 12.4735H12.8602C12.9877 12.4735 13.068 12.3362 13.0055 12.2251L8.14541 3.58496Z\" \/>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/span>\n\t\t\t\t<span data-wp-text=\"state.errorMessage\" id=\"g4126-meddelande-textarea-error-message\"><\/span>\n\t\t\t<\/div>\n\t<\/div>\n\t<p class='contact-submit'>\n<div class=\"contact-form__error\" data-wp-class--show-errors=\"state.showFormErrors\"><span class=\"contact-form__warning-icon\" aria-hidden=\"true\"><i><\/i><\/span><span class=\"contact-form__error-message\" tabindex=\"-1\" data-wp-watch=\"callbacks.focusOnValidationError\" data-wp-text=\"state.getFormErrorMessage\"><\/span><ul aria-label=\"Formul\u00e4rfel\">\n\t\t\t\t<template data-wp-each=\"state.getErrorList\" data-wp-key=\"context.item.id\">\n\t\t\t\t\t<li><a data-wp-bind--href=\"context.item.anchor\" data-wp-on--click=\"actions.scrollIntoView\" data-wp-text=\"context.item.label\"><\/a><\/li>\n\t\t\t\t<\/template>\n\t\t\t\t<\/ul><\/div><div class=\"contact-form__error\" data-wp-class--show-errors=\"state.showSubmissionError\" data-wp-text=\"context.submissionError\" tabindex=\"-1\" data-wp-watch=\"callbacks.focusOnSubmissionError\"><\/div>\t\t<button type='submit' class='pushbutton-wide'>Skicka<\/button>\t\t<input type='hidden' name='contact-form-id' value='4126' \/>\n\t\t<input type='hidden' name='action' value='grunion-contact-form' \/>\n\t\t<input type='hidden' name='contact-form-hash' value='b34fcd9966de64a18365a1d03dd62a8c281ab76f' \/>\n\t<\/p>\n<\/form>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p><strong>This Oracle Database: SQL and PL\/SQL Fundamentals training delivers the fundamentals of SQL and PL\/SQL along with the benefits of the programming languages using Oracle Database technology. You&#8217;ll explore the concepts of relational databases.<\/strong><\/p>\n<p>Ensure fast, reliable, secure and easy to manage performance. Optimize database workloads, lower IT costs and deliver a higher quality of service by enabling consolidation onto database clouds.<\/p>\n","protected":false},"featured_media":4115,"comment_status":"open","ping_status":"closed","template":"","meta":{"wds_primary_product_brand":0,"wds_primary_product_cat":0},"product_brand":[],"product_cat":[144,29],"product_tag":[],"class_list":{"0":"post-4126","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"product_cat-oracle","7":"product_cat-technical","9":"first","10":"instock","11":"taxable","12":"shipping-taxable","13":"purchasable","14":"product-type-simple"},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/republify.se\/index.php\/wp-json\/wp\/v2\/product\/4126","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/republify.se\/index.php\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/republify.se\/index.php\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/republify.se\/index.php\/wp-json\/wp\/v2\/comments?post=4126"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/republify.se\/index.php\/wp-json\/wp\/v2\/media\/4115"}],"wp:attachment":[{"href":"https:\/\/republify.se\/index.php\/wp-json\/wp\/v2\/media?parent=4126"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/republify.se\/index.php\/wp-json\/wp\/v2\/product_brand?post=4126"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/republify.se\/index.php\/wp-json\/wp\/v2\/product_cat?post=4126"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/republify.se\/index.php\/wp-json\/wp\/v2\/product_tag?post=4126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}