{"id":256,"date":"2015-09-04T14:24:08","date_gmt":"2015-09-04T19:24:08","guid":{"rendered":"https:\/\/bijoos.com\/oraclenotes\/?page_id=256"},"modified":"2015-09-04T14:24:08","modified_gmt":"2015-09-04T19:24:08","slug":"oracle-1z0-061","status":"publish","type":"page","link":"https:\/\/bijoos.com\/oraclenotes\/certification-12c\/oracle-1z0-061\/","title":{"rendered":"1Z0-061: Oracle Database 12c: SQL Fundamentals"},"content":{"rendered":"<figure id=\"attachment_279\" aria-describedby=\"caption-attachment-279\" style=\"width: 160px\" class=\"wp-caption alignright\"><a href=\"http:\/\/www.amazon.com\/exec\/obidos\/tg\/detail\/-\/111864395X\/bijusoraclepage\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"wp-image-279\" src=\"https:\/\/i0.wp.com\/bijoos.com\/oraclenotes\/wp-content\/uploads\/2014\/05\/OCA_12c_Cover.jpg?resize=170%2C213&#038;ssl=1\" alt=\"OCA_12c_Cover\" width=\"170\" height=\"213\" \/><\/a><figcaption id=\"caption-attachment-279\" class=\"wp-caption-text\">OCA 12c Administrator Certified Associate<\/figcaption><\/figure>\n<p><strong><span style=\"color: #993300;\">[Additional] Reading material for 1z0-061 Oracle Database 12c SQL Fundamentals test. Please click on the Chapter title.<\/span><\/strong><\/p>\n<p><b><a href=\"https:\/\/bijoos.com\/oraclenotes\/2015\/1566\">Chapter 1: Introducing Oracle Database 12c RDBMS<\/a><\/b> introduces you to the features of Oracle Database 12c and the aspects of relational database.<\/p>\n<ul>\n<ul>\n<li>1.1 Describe the features of Oracle Database 12c<\/li>\n<li>1.2 Describe the salient features of Oracle Cloud 12c<\/li>\n<li>1.3 Explain the theoretical and physical aspects of relational database<\/li>\n<li>1.4 Describe Oracle server\u2019s implementation of RDBMS and object relational database management system (ORDBMS)<\/li>\n<\/ul>\n<\/ul>\n<p><b><a href=\"https:\/\/bijoos.com\/oraclenotes\/2015\/1572\">Chapter 2: Introducing SQL<\/a><\/b> introduces you to writing simple queries using SELECT statement. It also introduces you to filtering and sorting data.<b><\/b><\/p>\n<ul>\n<li>2 Retrieving Data Using the SQL SELECT Statement\n<ul>\n<li>2.1 Explain the capabilities of SQL SELECT statements<\/li>\n<li>2.2 Execute a basic SELECT statement<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<ul>\n<li>3 Restricting and Sorting Data\n<ul>\n<li>3.1 Limit the rows that are retrieved by a query<\/li>\n<li>3.2 Sort the rows that are retrieved by a query<\/li>\n<li>3.2 Use ampersand substitution to restrict and sort output at runtime<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><b><a href=\"https:\/\/bijoos.com\/oraclenotes\/2015\/1580\">Chapter 3: Using Single-Row Functions<\/a><\/b> discusses the single-row functions and conversion functions available, with details on how and where to use them.<\/p>\n<ul>\n<li>4 Using Single-Row Functions to Customize Output\n<ul>\n<li>4.1 Describe various types of functions available in SQL<\/li>\n<li>4.2 Use character, number, and date functions in SELECT statements<\/li>\n<\/ul>\n<\/li>\n<li>5 Using Conversion Functions and Conditional Expressions\n<ul>\n<li>5.1 Describe various types of conversion functions that are available in SQL<\/li>\n<li>5.2 Use the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions<\/li>\n<li>5.3 Apply conditional expressions in a SELECT statement<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><b><a href=\"https:\/\/bijoos.com\/oraclenotes\/2015\/1582\">Chapter 4: Using Group Functions<\/a><\/b> explains data aggregations, Oracle\u2019s built-in group function, and nesting of functions.<\/p>\n<ul>\n<li>6 Reporting Aggregated Data Using the Group Functions\n<ul>\n<li>6.1 Identify the available group functions<\/li>\n<li>6.2 Describe the use of group functions<\/li>\n<li>6.3 Group data by using the GROUP BY clause<\/li>\n<li>6.4 Include or exclude grouped rows by using the HAVING clause<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><b><a href=\"https:\/\/bijoos.com\/oraclenotes\/2015\/1584\">Chapter 5: Using Joins and Subqueries<\/a><\/b> explains how data from multiple tables can be related via joins, subquries. and by using SET operators.<\/p>\n<ul>\n<li>7 Displaying Data from Multiple Tables Using Joins\n<ul>\n<li>7.1 Write SELECT statements to access data from more than one table using equijoins and nonequijoins<\/li>\n<li>7.2 Join a table to itself by using a self-join<\/li>\n<li>7.3 View data that generally does not meet a join condition by using OUTER joins<\/li>\n<li>7.4 Generate a Cartesian product of all rows from two or more tables<\/li>\n<\/ul>\n<\/li>\n<li>8 Using Subqueries to Solve Queries\n<ul>\n<li>8.1 Define subqueries<\/li>\n<li>8.2 Describe the types of problems that the subqueries can solve<\/li>\n<li>8.3 Describe the types of subqueries<\/li>\n<li>8.4 Write single-row and multiple-row subqueries<\/li>\n<li>8.5 Using the SET operators<\/li>\n<li>8.6 Describe set operators<\/li>\n<li>8.7, Use a set operator to combine multiple queries into a single query<\/li>\n<li>8.8 Control the order of rows returned<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><b><a href=\"https:\/\/bijoos.com\/oraclenotes\/2015\/1586\">Chapter 6: Manipulating Data<\/a><\/b> explores how to manipulate data &#8211; adding, removing, and updating data. The chapter also covers how transaction control works.<\/p>\n<ul>\n<li>9 Managing Tables Using DML Statements\n<ul>\n<li>9.1 Truncate data<\/li>\n<li>9.2 Insert rows into a table<\/li>\n<li>9.3 Update rows in a table<\/li>\n<li>9.4 Delete rows from a table<\/li>\n<li>9.5 Control transaction<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><b><a href=\"https:\/\/bijoos.com\/oraclenotes\/2015\/1588\">Chapter 7: Creating Tables and Constraints<\/a> <\/b>explains how to create and manage tables and constraints. It also discusses the various data types available in Oracle Database 12c to store data.<\/p>\n<ul>\n<li>10 Introduction to Data Definition Language\n<ul>\n<li>10.1 Categorize the main database objects<\/li>\n<li>10.2 Explain the table structure<\/li>\n<li>10.3 Describe the data types that are available for columns<\/li>\n<li>10.4 Create a simple table<\/li>\n<li>10.5 Explain how constraints are created at the time of table creation<\/li>\n<li>10.6 Describe how schema objects work<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p style=\"text-align: center;\">[amazon template=banner easy&amp;asin=111864395X]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[Additional] Reading material for 1z0-061 Oracle Database 12c SQL Fundamentals test. Please click on the Chapter title. Chapter 1: Introducing Oracle Database 12c RDBMS introduces you to the features of Oracle Database 12c and the aspects of relational database. 1.1 Describe the features of Oracle Database 12c 1.2 Describe the salient features of Oracle Cloud &#8230; <a title=\"1Z0-061: Oracle Database 12c: SQL Fundamentals\" class=\"read-more\" href=\"https:\/\/bijoos.com\/oraclenotes\/certification-12c\/oracle-1z0-061\/\" aria-label=\"Read more about 1Z0-061: Oracle Database 12c: SQL Fundamentals\">Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":245,"menu_order":1,"comment_status":"open","ping_status":"open","template":"","meta":{"_acf_changed":false,"jetpack_post_was_ever_published":false,"footnotes":""},"class_list":["post-256","page","type-page","status-publish"],"acf":[],"jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/bijoos.com\/oraclenotes\/wp-json\/wp\/v2\/pages\/256","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bijoos.com\/oraclenotes\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bijoos.com\/oraclenotes\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bijoos.com\/oraclenotes\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/bijoos.com\/oraclenotes\/wp-json\/wp\/v2\/comments?post=256"}],"version-history":[{"count":0,"href":"https:\/\/bijoos.com\/oraclenotes\/wp-json\/wp\/v2\/pages\/256\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/bijoos.com\/oraclenotes\/wp-json\/wp\/v2\/pages\/245"}],"wp:attachment":[{"href":"https:\/\/bijoos.com\/oraclenotes\/wp-json\/wp\/v2\/media?parent=256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}