oaxino Posted September 24, 2024 Report Share Posted September 24, 2024 1Z0-171: Oracle Database 23Ai Sql AssociatePublished 9/2024MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHzLanguage: English | Size: 7.71 GB | Duration: 15h 7mThe SELECT statement, functions and more. Oracle Database 19c, 21c, 23c, 23ai using Oracle SQL Developer. 1Z0-171 exam.What you'll learnRelational Database ConceptsRetrieving Data using the SQL SELECT Statement and Restricting and Sorting DataUsing FunctionsDisplaying Data from Multiple Tables, including using SET operatorsUsing Subqueries to Solve QueriesManaging Indexes Synonyms and SequencesManage tables and their relationships using DDL and DML statementsControl User AccessManaging Objects with Data Dictionary Views and Data in Different Time ZonesRequirementsYou need to know how to use a computer, and hopefully know how to use a spreadsheet.No prior knowledge of Oracle SQL Database or any other database required - although the more knowledge you do have, the better.To install Oracle SQL Database on your computer, you will need a 64-bit machine.Oracle SQL Database cannot easily be installed on the Mac OS. If you wish to install it on a Mac, you will need either to dual boot into Windows or be running Parallel Desktop.You don't even need Oracle SQL Database installed - I'll show you have to install it on your computer for free!Why not have a look at the curriculum below and see what you can learn?DescriptionThis course is the foundation for the Oracle Database SQL 1Z0-171 certification. It covers the SELECT statement in detail, with additional requirements for controlling user access.We'll install for free Oracle Express Edition and Oracle SQL Developer. Then we'll take a look at the 6 principal clauses of the SELECT statement: SELECT, FROM, WHERE, GROUP BY, HAVING and ORDER BY.Then we'll start creating tables, but find that we can't get very far without understanding data types. We'll then look at string, date and number types and functions, together with looking at functions converting between them.We'll revisit the SELECT statement and go into more detail. We'll create tables and JOIN them together. Once you have finished this session, you should be secure in your knowledge of the 6 principal clauses of the SELECT statement, the most important part of Oracle SQL.We'll then looking for missing data, and find out how to delete and update data. We'll look at the difference between implicit and explicit transactions, and various constraints, including primary and foreign keys.We'll start off by saving our queries in views. Then we'll combine tables, not by adding additional columns using JOINS, but adding additional rows such Oracle SQL set operators such as UNION, INTERSECT and MERGE.We'll add totals to our SELECT queries. We'll then look at subqueries, and how you can add them into the FROM, SELECT and WHERE clauses, and also into the WITH clause. We'll also look at Oracle SQL self-joins, which are useful when you have hierarchies.Finally, TIME ZONE and INTERVAL data types and functions. We'll then have a look at SEQUENCEs and INDEXes, together with how these are shown in the Data Dictionary. We'll then create new users, and assign privileges and roles to them, and we'll finish with the last few requirements for the exam.No prior knowledge is required - we'll even install Oracle Database and Oracle SQL Developer on your computer for free!Once finished, you will know what how to manipulate numbers, strings and dates, and create database and tables, create tables, insert data and create analyses, and have an appreciation of how they can all be used in Oracle SQL.OverviewSection 1: IntroductionLecture 1 IntroductionLecture 2 Welcome to UdemyLecture 3 The Udemy InterfaceLecture 4 Do you want auto-translated subtitles in more languages?Lecture 5 CurriculumLecture 6 ResourcesSection 2: Install Oracle Express Edition and SQL DeveloperLecture 7 Download and Install Oracle Express EditionLecture 8 Download and Install Oracle SQL Developer, and connect to our databaseLecture 9 Solving connection errorsSection 3: The SELECT statement - an overviewLecture 10 5. The SELECT and FROM clausesLecture 11 4. Renaming fields (using column aliases), including using the AS keywordLecture 12 5. Semicolons and commentsLecture 13 5, 9. The WHERE clauseLecture 14 5, 6d. The GROUP BY clause and the DISTINCT keywordLecture 15 5, 21. The HAVING clause, and information about error messages.Lecture 16 13a, 13c. The ORDER BY clauseLecture 17 Remembering the order of the clausesLecture 18 Practice Activity Number 1Lecture 19 Practice Activity Number 1 - The SolutionSection 4: 8b. Session 1 - Creating tables - First passLecture 20 Creating a table using the GUI and using DDLLecture 21 35a. Inserting valuesLecture 22 35c, 44. Deleting the data, then the tableLecture 23 Practice Activity Number 2Lecture 24 Practice Activity Number 2 - The SolutionSection 5: Session 1 - The DUAL table and Number typesLecture 25 7, 8. Using the DUAL table, and rules of precedence for arithmetic expressionsLecture 26 Practice Activity Number 3 - Writing mathematical queriesLecture 27 Practice Activity Number 3 - The SolutionLecture 28 40. Creating sample table; Run Script v Run StatementLecture 29 41. The NUMBER data typeLecture 30 Do you want to use the comma as a decimal point?Lecture 31 8a. FLOATing data typesLecture 32 Practice Activity Number 4Lecture 33 Practice Activity Number 4 - The SolutionSection 6: Session 1 - Number functionsLecture 34 Numeric functions: POWER, SQRT, EXP, LN, LOG, ABS, SIGN and trigonometricLecture 35 15. Rounding functions, including ROUND, TRUNC and MOD functionsLecture 36 Practice Activity Number 5Lecture 37 Practice Activity Number 5 - The SolutionSection 7: Session 1 - String data types and functionsLecture 38 6. Using CHAR and VCHAR with concatenation operator, literal character stringsLecture 39 NCHAR and NVARCHAR Character Data TypesLecture 40 13. String FunctionsLecture 41 7b. NULL - an introductionLecture 42 7b, 17. Useful NULL functionsLecture 43 Practice Activity Number 5Lecture 44 Practice Activity Number 5 - The SolutionSection 8: Session 1 - Converting numbers to strings, and strings to numbersLecture 45 18. Joining a string to a number using implicit conversionsLecture 46 19a, 20. Converting a number to a string - Part 1Lecture 47 19a. Converting a number to a string - Part 2Lecture 48 19b. Converting a string to a number, including the CAST functionLecture 49 5a, 14b. International conversionsLecture 50 Practice Activity Number 6Lecture 51 Practice Activity Number 6 - The SolutionSection 9: Session 1 - Date data types and functionsLecture 52 DATE and TIMESTAMP() data typesLecture 53 14, 16. Date extraction functionsLecture 54 19a. Converting dates to stringsLecture 55 19a. Converting times to stringsLecture 56 19c. Converting strings to timestamps using the TO_DATE conversion functionLecture 57 Practice Activity Number 7Lecture 58 Practice Activity Number 7 - The SolutionSection 10: Creating and querying part of a tableLecture 59 42. Creating the TBL_EMPLOYEE tableLecture 60 40. Adding and modifying additional columnsLecture 61 13, 35a. SELECTing only part of a table - stringsLecture 62 9. SELECTing only part of a table - numbersLecture 63 16. SELECTing only part of a table - datesSection 11: Practice ActivitiesLecture 64 40, 41. Practice Activity Number 8 - Creating TablesLecture 65 40, 41. Practice Activity Number 8 - The SolutionLecture 66 Populating the Practice Activity tablesLecture 67 Populating the Practice Activity tables - The SolutionLecture 68 Practice Activity Number 9Lecture 69 Practice Activity Number 9 - The SolutionSection 12: Summarising and ordering dataLecture 70 5. Summarising and ordering dataLecture 71 5, 21. Revising all 6 clauses, including adding Criteria on summarised dataLecture 72 Practice Activity 10Lecture 73 Practice Activity 10 - The SolutionLecture 74 12. More about COUNT, and using ORDER BY NULLS FIRST/LASTLecture 75 Practice Activity Number 11Lecture 76 Practice Activity Number 11 - The SolutionSection 13: Adding a second tableLecture 77 Adding a second tableLecture 78 2. Importing data and showing tables graphicallyLecture 79 Writing a JOIN queryLecture 80 24, 26, 27. Different types of JOINLecture 81 24, 26. Using NATURAL JOINsLecture 82 24, 26. Old notation joinsLecture 83 Practice Activity Number 12Lecture 84 Practice Activity Number 12 - The SolutionSection 14: Adding a third tableLecture 85 DISTINCT, subqueries and creating a third tableLecture 86 6a, 6c. JOINing three tablesLecture 87 Practice Activity Number 13Lecture 88 Practice Activity Number 13 - The SolutionSection 15: Find missing data, and delete and update dataLecture 89 26. Missing dataLecture 90 35c. Deleting dataLecture 91 35b. Updating dataLecture 92 Practice Activity Number 14Lecture 93 Practice Activity Number 14 - The SolutionSection 16: Database terminologyLecture 94 1, 3. The relationship of a database and SQLLecture 95 34. What are transactions?Lecture 96 34. Implicit and explicit transactionsLecture 97 34. Savepoints and rollback to savepointsLecture 98 Formatting in Oracle SQL DeveloperSection 17: 47. Apply how to manage constraints - Part 1Lecture 99 47. Problems with our existing database, and introducing constraintsLecture 100 47. Unique constraints - what are they?Lecture 101 47. Unique constraints in action using a single columnLecture 102 47. Unique constraints in action using multiple columnsLecture 103 The Default clauseLecture 104 2, 47. Check constraint, and how constraints are represented in ERDLecture 105 Practice Activity Number 15Lecture 106 Practice Activity Number 15 - The SolutionSection 18: 47. Apply how to manage constraints - Part 2Lecture 107 Primary keyLecture 108 Primary key - in practiceLecture 109 Adding IDENTITY to our Primary KeyLecture 110 Foreign key - what is it?Lecture 111 Foreign key - in practiceLecture 112 2. How are constraints shown in ERDs?Lecture 113 Practice Activity Number 16Lecture 114 Practice Activity Number 16 - The SolutionSection 19: 48. Explain managing viewsLecture 115 Creating viewsLecture 116 Altering and dropping viewsLecture 117 Adding new rows to viewsLecture 118 Hiding/Unhiding Columns In ViewsLecture 119 Practice Activity Number 17Lecture 120 Practice Activity Number 17 - The SolutionSection 20: Combining setsLecture 121 31, 33c, 33d. UNION and UNION ALLLecture 122 32, 33a, 33b. INTERSECT and MINUSLecture 123 10, 11. Substitution variables and DEFINE and VERIFY commandsLecture 124 CASE statementLecture 125 NVL, NVL2 and CoalesceLecture 126 Practice Activity Number 18Lecture 127 Practice Activity Number 18 - The SolutionSection 21: The MERGE statementLecture 128 20b. MERGE statement - in theoryLecture 129 20b. Let's Build our MERGE statementLecture 130 20b. Let's expand our MERGE statementLecture 131 20b. Merge with additional columnsLecture 132 Practice Activity Number 19Lecture 133 Practice Activity Number 19 - The SolutionSection 22: Group functionsLecture 134 Adding TotalsLecture 135 ROLLUP, GROUPING and GROUPING_IDLecture 136 GROUPING SETSLecture 137 Practice Activity Number 20Lecture 138 Practice Activity Number 20 - The SolutionSection 23: 16. Sub-queriesLecture 139 The WHERE clauseLecture 140 WHERE and NOTLecture 141 ANY, SOME and ALLLecture 142 The FROM clauseLecture 143 The SELECT clauseLecture 144 16d. Correlated subquery - WHERE EXISTSLecture 145 Practice Activity Number 21Lecture 146 Practice Activity Number 21 - The SolutionSection 24: 16g. Session 5 - WITH clause, and getting the top rowsLecture 147 Top 5 from various categoriesLecture 148 WITH statementLecture 149 Generating a list of numbersLecture 150 Grouping numbersLecture 151 Selecting the third row using rownum and OFFSET and FETCHLecture 152 Deleting the second row of resultsLecture 153 Practice Activity Number 22Lecture 154 Practice Activity Number 22 - The SolutionSection 25: CTE statementLecture 155 4c, 6b.Self-JoinLecture 156 Recursive CTESection 26: Time Zone and Interval data typesLecture 157 Time Zone data typesLecture 158 Time Zone functionsLecture 159 Interval data typesLecture 160 Interval functionsSection 27: Sequences and Data DictionaryLecture 161 Data DictionaryLecture 162 Defining SequencesLecture 163 Using SequencesLecture 164 Practice Activity Number 23Lecture 165 Practice Activity Number 23 - The SolutionSection 28: IndexesLecture 166 HeapsLecture 167 B-TreeLecture 168 IndexesLecture 169 Practice Activity Number 24Lecture 170 Practice Activity Number 24 - The SolutionSection 29: Users, Privileges and RolesLecture 171 Users and SchemaLecture 172 What are System and Object PrivilegesLecture 173 Granting system and object privileges to users and rolesLecture 174 NamespacesLecture 175 Privileges Data DictionarySection 30: MiscellaneousLecture 176 Dropping columns and making them UNUSEDLecture 177 Flashback TablesLecture 178 Create and use External TablesLecture 179 Non-Equi JoinsLecture 180 Multi-Table INSERT statementsSection 31: CongratulationsLecture 181 Taking the examLecture 182 Well done!This SQL course is meant for you, if you have not used Oracle SQL Database much (or at all), and want to learn SQL.,This course is also for you if you want a refresher on SQL. However, no prior Oracle SQL Database knowledge is required.Screenshotsrapidgator.net:https://rapidgator.net/file/18bcd29f910378767a340dc53fae2d93/rkefn.1Z0171.Oracle.Database.23Ai.Sql.Associate.part01.rar.htmlhttps://rapidgator.net/file/a1ab20fc4caa96104edb485ce9300630/rkefn.1Z0171.Oracle.Database.23Ai.Sql.Associate.part02.rar.htmlhttps://rapidgator.net/file/37ada875df2ef45d969e453d83e22d8f/rkefn.1Z0171.Oracle.Database.23Ai.Sql.Associate.part03.rar.htmlhttps://rapidgator.net/file/f6731eda0d897d665a4a1cc5bacf1b65/rkefn.1Z0171.Oracle.Database.23Ai.Sql.Associate.part04.rar.htmlhttps://rapidgator.net/file/8c2cb78ffea44e3d4f8cfed97ecb6bd4/rkefn.1Z0171.Oracle.Database.23Ai.Sql.Associate.part05.rar.htmlhttps://rapidgator.net/file/f71677042eec720a9167038d49b790d7/rkefn.1Z0171.Oracle.Database.23Ai.Sql.Associate.part06.rar.htmlhttps://rapidgator.net/file/817ed87ea29b7b620a2298f43444013f/rkefn.1Z0171.Oracle.Database.23Ai.Sql.Associate.part07.rar.htmlhttps://rapidgator.net/file/f79ad44713855fa1ae06d1f55c3c2e3a/rkefn.1Z0171.Oracle.Database.23Ai.Sql.Associate.part08.rar.htmlddownload.com:https://ddownload.com/xhr7q0y0yaud/rkefn.1Z0171.Oracle.Database.23Ai.Sql.Associate.part01.rarhttps://ddownload.com/g1l2f3die60p/rkefn.1Z0171.Oracle.Database.23Ai.Sql.Associate.part02.rarhttps://ddownload.com/wf8qswrq5sdo/rkefn.1Z0171.Oracle.Database.23Ai.Sql.Associate.part03.rarhttps://ddownload.com/x51gg7aaaom5/rkefn.1Z0171.Oracle.Database.23Ai.Sql.Associate.part04.rarhttps://ddownload.com/e47ruiybfsnb/rkefn.1Z0171.Oracle.Database.23Ai.Sql.Associate.part05.rarhttps://ddownload.com/akp0bzt8l1tn/rkefn.1Z0171.Oracle.Database.23Ai.Sql.Associate.part06.rarhttps://ddownload.com/6t415fvg424f/rkefn.1Z0171.Oracle.Database.23Ai.Sql.Associate.part07.rarhttps://ddownload.com/xuw1v42kxcyg/rkefn.1Z0171.Oracle.Database.23Ai.Sql.Associate.part08.rar Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now