×

Warning

JUser: :_load: Unable to load user with ID: 1826

SQL - The Complete Developer's Guide (MySQL, PostgreSQL)

SQL - The Complete Developer's Guide
Производитель: Academind
Сайт производителя: https://academind.com
Автор: Maximilian Schwarzmüller, Manuel Lorenz
Продолжительность: 19:43:00
Тип раздаваемого материала: Видеоурок
Язык: Английский

Описание: SQL is THE most important query language you can learn!
It's used by many popular relational database management systems like MySQL or PostgreSQL. But it's also used by data analysis and big data frameworks and tools like Apache Spark.
Hence knowing SQL opens up an endless amount of opportunities and jobs - no matter if you're going to work with relational databases or if you're becoming a data scientist, knowing SQL will be key!
This course teaches you SQL from the ground up and in extremely high detail! In addition, this course comes with two main paths that you can take:
1. The "Complete Course" path where you go through the entire course, step by step, learning about ALL the key features and concepts you have to know
2. The "Quick Summary" path where you will learn the key SQL essentials within a few hours
Both paths are included in this course (i.e. with one single purchase) and you can switch between them or take both - simply as it makes most sense for you! Just dive into the free first course section to learn all about this course and these two paths (and how to take them).
SQL is a standardized language and therefore learning SQL will help you apply it in all kinds of contexts. Nonetheless, different database systems also support different aspects of SQL or bring their own variations of the SQL language. Therefore, this course dives into SQL by exploring all key features at the example of the two most popular database systems: MySQL and PostgreSQL. All query and command examples are shown for both database systems, ensuring that you feel comfortable working with SQL in either environment!
This course will enable you to write your own (simple or complex) SQL queries, create basic or advanced databases and table structures and work with data of different shape and complexity!
In detail, you will learn:
- What exactly SQL is and how the core syntax looks like
- How to write SQL commands
- How to install MySQL & PostgreSQL as well as various clients
- How to create and structure database tables
- Which data types you may use and when to use which data type
- How to perform CRUD operations: Create, Read, Update & Delete Data
- How to insert data into tables
- How to query and filter data
- Why you should split data across multiple tables (and how to do that)
- How to join (merge) data into combined result sets
- How to write basic and more complex queries
- How to aggregate and group data
- How to use built-in database functions to work with numbers, text or dates
- How to optimize databases with indexes
- And much, much more!
Содержание
01 - Getting Started
001 Welcome To The Course_.mp4
001 Welcome To The Course_ en.srt
002 What Is SQL_.mp4
002 What Is SQL_ en.srt
003 A Closer Look At SQL & Databases.mp4
003 A Closer Look At SQL & Databases_en.srt
004 Join Our Learning Community_.pdf
005 Course Content.mp4
005 Course Content_en.srt
006 There Are Two Ways Of Taking This Course_.mp4
006 There Are Two Ways Of Taking This Course_ en.srt
007 How To Get The Most Out Of This Course.mp4
007 How To Get The Most Out Of This Course_en.srt
008 Course Code & Resources.pdf
02 - SQL Basics_ Syntax & Core Features
001 Module lntroduction.mp4
001 Module lntroduction_en.srt
002 Understanding The Core SQL Syntax.mp4
002 Understanding The Core SQL Syntax_en.srt
003 SQL in Action.mp4
003 SQL in Action_en.srt
004 The Core SQL Rules.mp4
004 The Core SQL Rules_en.srt
005 Data Definition vs Data Manipulation.mp4
005 Data Definition vs Data Manipulation_en.srt
03 - Course Setup_ Installing MySQL & Postgresql
001 Module lntroduction.mp4
001 Module lntroduction_en.srt
002 Installing Different Database Management Systems.mp4
002 Installing Different Database Management Systems_en.srt
003 What We Need To lnstall.mp4
003 What We Need To lnstall_en.srt
004-Vou-Can-Skip-The-Next-Lectures_.pdf
005 MySQL Setup Overview & macOS Setup.mp4
005 MySQL Setup Overview & macOS Setup_en.srt
006 MySQL Windows Setup.mp4
006 MySQL Windows Setup_en.srt
007 Postgresql Setup Overview & macOS Setup.mp4
007 Postgresql Setup Overview & macOS Setup_en.srt
008 Postgresql Windows Setup.mp4
008 Postgresql Windows Setup_en.srt
009-Starting-_ -Stopping-Servers-Uni n sta 11 in g-D ata base-Systems. pdf
010 Connecting To Database Servers (MySQL & Postgresql) With Various Clients.mp4
010 Connecting To Database Servers (MySQL & Postgresql) With Various Clients_en.srt
011 Setting Up Visual Studio Code With The SQLTools Extension (Course Environment).mp4
011 Setting Up Visual Studio Code With The SQLTools Extension (Course Environment)_en.srt
012 Configuring VS Code & Exploring SQLTools.mp4
012 Configuring VS Code & Exploring SQLTools_en.srt
013-More-On-VS-Code-_ -SQL Tools.pdf
external-assets-links.txt
04 - Data Definition_ Managing Tables & Working With Data Types
001 Module lntroduction.mp4
001 Module lntroduction_en.srt
002 Key Terms When Working With Data Definition Statements & Commands.mp4
002 Key Terms When Working With Data Definition Statements & Commands_en.srt
003 Introducing The Course Section Example.mp4
003 Introducing The Course Section Example_en.srt
004 Introducing Key Data Definition Clauses.mp4
004 Introducing Key Data Definition Clauses_en.srt
005 Creating a new Database (CREATE DATABASE).mp4
005 Creating a new Database (CREATE DATABASE)_en.srt
006-Deleting-Databases-_ -IF-NOT-EXISTS.pdf
007 The Importance Of Data Types (Value Types).mp4
007 The Importance Of Data Types (Value Types)_en.srt
008 Introducing Key Text Value Types.mp4
008 Introducing Key Text Value Types_en.srt
009 Introducing Numeric Values, Date Types & More.mp4
009 Introducing Numeric Values, Date Types & More_en.srt
010-An-Overview-Of-Numeric-Value-Types.pdf
011 How Do You Store Files_.mp4
011 How Do You Store Files_ en.srt
012 Getting Started With The CREATE TABLE Statement & Syntax.mp4
012 Getting Started With The CREATE TABLE Statement & Syntax_en.srt
013 Creating a First Text Column.mp4
013 Creating a First Text Column_en.srt
014 Creating a Numeric Value Column.mp4
014 Creating a Numeric Value Column_en.srt
015 Working with Enums & Finishing Table Creation.mp4
015 Working with Enums & Finishing Table Creation_en.srt
016 Inserting Data Into The Created Table (INSERT INTO).mp4
016 Inserting Data Into The Created Table (INSERT INTO)_en.srt
017 Inserting & Querying More Data.mp4
017 Inserting & Querying More Data_en.srt
018 Working With Fixed Point & Floating Point Numbers.mp4
018 Working With Fixed Point & Floating Point Numbers_en.srt
019 Adding Boolean Value Types.mp4
019 Adding Boolean Value Types_en.srt
020 Creating a new Table with Text & Timestamp Data.mp4
020 Creating a new Table with Text & Timestamp Data_en.srt
021 Inserting Data Into The New Tables.mp4
021 Inserting Data Into The New Tables_en.srt
022-What-About-Time-Zones_.pdf
023 Introducing Default Column Values.mp4
023 Introducing Default Column Values_en.srt
024 Deleting (Dropping) Tables & Inserting Data With Default Values.mp4
024 Deleting (Dropping) Tables & Inserting Data With Default Values_en.srt
025 Updating Tables & Columns.mp4
025 Updating Tables & Columns_en.srt
026 Dealing With _No Data_ (NULL) vs _O_.mp4
026 Dealing With _No Data_ (NULL) vs _O_ en.srt
027-NULL-Values_ -Inserting-_No_ -Data-_ -Def ault-Values.pdf
028 Exploring the NOT NULL Constraint.mp4
028 Exploring the NOT NULL Constraint_en.srt
029 Exploring the CHECK Constraint.mp4
029 Exploring the CHECK Constraint_en.srt
030 We Need Unique Values & ldentifiers_.mp4
030 We Need Unique Values & ldentifiers_ en.srt
031-SERIAL-in-MySQL-vs-SERIAL -in-Postgresql.pdf
032 Working With Auto Incrementing IDs & Primary Keys.mp4
032 Working With Auto Incrementing IDs & Primary Keys_en.srt
033-Auto-lDs_ -Primary-Keys-_ -lnserting-Data.pdf
034 Constraints - Summary.mp4
034 Constraints - Summary_en.srt
035 Understanding Text Encoding & Collation.mp4
035 Understanding Text Encoding & Collation_en.srt
036 Temporary Tables & Tables From Other Tables.mp4
036 Temporary Tables & Tables From Other Tables_en.srt
037 Creating Generated Columns.mp4
037 Creating Generated Columns_en.srt
038 Module Summary.mp4
038 Module Summary_en.srt
039 Time To Practice_ Problem.mp4
039 Time To Practice_ Problem_en.srt
040 Time To Practice_ Solution (1_2).mp4
040 Time To Practice_ Solution (1_2)_en.srt
041 Time To Practice_ Solution (2_2).mp4
041 Time To Practice_ Solution (2_2)_en.srt
external-assets-links.txt
05 - Data Manipulation & Querying_ CRUD Operations With SQL
001 Module lntroduction.mp4
001 Module lntroduction_en.srt
002 What Are CRUD Operations_.mp4
002 What Are CRUD Operations_ en.srt
003 Inserting Data_ Theory.mp4
003 Inserting Data_ Theory_en.srt
004 Selecting Data_ Theory.mp4
004 Selecting Data_ Theory_en.srt
005 Updating Data_ Theory.mp4
005 Updating Data_ Theory_en.srt
006 Deleting Data_ Theory.mp4
006 Deleting Data_ Theory_en.srt
007 Introducing The Section Example.mp4
007 Introducing The Section Example_en.srt
008 Setting Up An Example Database & Table.mp4
008 Setting Up An Example Database & Table_en.srt
009 Example_ Inserting Data.mp4
009 Example_ Inserting Data_en.srt
010 Inserting More (Dummy) Data.mp4
010 Inserting More (Dummy) Data_en.srt
011 Updating In Action.mp4
011 Updating In Action_en.srt
012 Deleting In Action.mp4
012 Deleting In Action_en.srt
013 Selecting Data - The Basics.mp4
013 Selecting Data - The Basics_en.srt
014 SELECT, Column Name; & Data Expressions.mp4
014 SELECT, Column Name; & Data Expressions_en.srt
015 Filtering with WHERE_ Available Comparison Operator; & Variations.mp4
015 Filtering with WHERE_Available Comparison Operators & Variations_en.srt
016 Filtering In Action (WHERE In Action).mp4
016 Filtering In Action (WHERE In Action)_en.srt
017 Combining Comparison; With AND & OR.mp4
017 Combining Comparison; With AND & OR_en.srt
018 Greater, Smaller & Ranges.mp4
018 Greater, Smaller & Ranges_en.srt
019 Filtering Text Values.mp4
019 Filtering Text Values_en.srt
020 Working With Dates & Date Differences.mp4
020 Working With Dates & Date Differences_en.srt
021 Filtering Conditions Without Hard-Coded Values.pdf
022 Introducing ORDER BY & LIMIT.mp4
022 Introducing ORDER BY & LIMIT_en.srt
023 Ordering & Limiting Results In Action.mp4
023 Ordering & Limiting Results In Action_en.srt
024 Looking For DISTINCT Values.mp4
024 Looking For DISTINCT Values_en.srt
02S Subqueries & Views.mp4
025 Subqueries & Views_en.srt
026 Module Summary.mp4
026 Module Summary_en.srt
external-assets-links.txt
06 - Data Normalization & Relationships_ Splitting & JOINing Data
001 Module lntroduction.mp4
001 Module lntroduction_en.srt
002 A First Look At Related Data.mp4
002 A First Look At Related Data_en.srt
003 Data Normalization - First Steps.mp4
003 Data Normalization - First Steps_en.srt
004 Splitting Data Into Tables.mp4
004 Splitting Data Into Tables_en.srt
005 Forms Of Data Normalization.mp4
005 Forms Of Data Normalization_en.srt
006 Our First Section Example.mp4
006 Our First Section Example_en.srt
007 Creating Tables With Relations.mp4
007 Creating Tables With Relations_en.srt
008 Inserting Related Data.mp4
008 Inserting Related Data_en.srt
009 Joining Data & Introducing INNER JOIN.mp4
009 Joining Data & Introducing INNER JOIN_en.srt
010 Using INNER JOIN.mp4
010 Using INNER JOIN_en.srt
011 Combining Multiple J0INs.mp4
011 Combining Multiple JOINs_en.srt
012 Data Joining & Filtering.mp4
012 Data Joining & Filtering_en.srt
013 Introducing LEFT JOIN.mp4
013 Introducing LEFT JOIN_en.srt
014 Using LEFT JOIN.mp4
014 Using LEFT JOIN_en.srt
015 Combining Multiple LEFT J0INs.mp4
015 Combining Multiple LEFT JOINs_en.srt
016 What About RIGHT JOIN_.mp4
016 What About RIGHT JOIN_ en.srt
017 Example Time & INNER JOIN vs LEFT JOIN.mp4
017 Example Time & INNER JOIN vs LEFT JOIN_en.srt
018 Introducing CROSS JOIN.mp4
018 Introducing CROSS JOIN_en.srt
019 UNION & Why It's Different.mp4
019 UNION & Why It's Different_en.srt
020 What's Wrong With Our Foreign Keys_.mp4
020 What's Wrong With Our Foreign Keys_ en.srt
021 Introducing Foreign Key Constraints.mp4
021 Introducing Foreign Key Constraints_en.srt
022 Diving Deeper Into Foreign Key Constraints.mp4
022 Diving Deeper Into Foreign Key Constraints_en.srt
023 Updating & Removing Foreign Key Constraints.pdf
024 Foreign Key Constraints In Action.mp4
024 Foreign Key Constraints In Action_en.srt
025 Data Relationship Types_ One-to-Many, Many-to-Many, One-to-0Ne.mp4
025 Data Relationship Types_ One-to-Many, Many-to-Many, One-to-ONe_en.srt
026 A Bigger Example.mp4
026 A Bigger Example_en.srt
027 Example_Adding First Tables & Relations.mp4
027 Example_Adding First Tables & Relations_en.srt
028 Example_Adding More Tables & Data.mp4
028 Example_Adding More Tables & Data_en.srt
029 Many-to-Many Relationships & Intermediate Tables (Linking Tables).mp4
029 Many-to-Many Relationships & Intermediate Tables (Linking Tables)_en.srt
030 Querying The Example Data.mp4
030 Querying The Example Data_en.srt
031 Practicing JOINs With Filtering.mp4
031 Practicing JOINs With Filtering_en.srt
032 Experimenting With Referential lntegrity.mp4
032 Experimenting With Referential lntegrity_en.srt
external-assets-links.txt
07 - More On Primary & Foreign Keys
001 Module lntroduction.mp4
001 Module lntroduction_en.srt
002 Remember_Primary Keys Don't Have To Be Auto-Incrementing IDs_.mp4
002 Remember_Primary Keys Don't Have To Be Auto-Incrementing IDs_ en.srt
003 Primary Keys_When To Use Which Column.pdf
004 Introducing Composite Primary Keys.mp4
004 Introducing Composite Primary Keys_en.srt
005 Defining Composite Primary Keys (Composite Keys In Action).mp4
005 Defining Composite Primary Keys (Composite Keys In Action)_en.srt
006 Composite Foreign Keys.mp4
006 Composite Foreign Keys_en.srt
007 Composite Keys In Action.mp4
007 Composite Keys In Action_en.srt
008 Self-Referencing Relationships (Self-Referential Relationships).mp4
008 Self-Referencing Relationships (Self-Referential Relationships)_en.srt
009 Self-Referencing Many To Many Relationships.mp4
009 Self-Referencing Many To Many Relationships_en.srt
08 - Grouping & Aggregate Functions
001 Module lntroduction.mp4
001 Module lntroduction_en.srt
002 The Module Project.mp4
002 The Module Project_en.srt
003 What are Aggregate Functions - Theory.mp4
003 What are Aggregate Functions - Theory_en.srt
004 Understanding COUNTO,mp4
004 Understanding COUNTO_en.srt
005 Working with MINO & MAXO and Adding Aliases to Aggregate Functions.mp4
005 Working with MINO & MAXO and Adding Aliases to Aggregate Functions_en.srt
006 Using SUMO, AVGO & ROUNDO.mp4
006 Using SUMO, AVGO & ROUNDO_en.srt
007 Working with Filters & Joining Tables.mp4
007 Working with Filters & Joining Tables_en.srt
008 Theory Time - Understanding GROUP BY.mp4
008 Theory Time - Understanding GROUP BY_en.srt
009 Applying GROUP BY in Practice.mp4
009 Applying GROUP BY in Practice_en.srt
010 GROUP BY & Joined Queries.mp4
010 GROUP BY & Joined Queries_en.srt
011 Understanding WHERE vs HAVING.mp4
011 Understanding WHERE vs HAVING_en.srt
012 Applying HAVING in Practice.mp4
012 Applying HAVING in Practice_en.srt
013 Working with Nested Subqueries.mp4
013 Working with Nested Subqueries_en.srt
014 Introducing Window Functions.mp4
014 Introducing Window Functions_en.srt
015 Understanding ORDER BY and RANK().mp4
015 Understanding ORDER BY and RANK()_en.srt
external-assets-links.txt
09 - Built-in Query Functions & Operators
001 Module lntroduction.mp4
001 Module lntroduction_en.srt
002 The Module Project.mp4
002 The Module Project_en.srt
003 Working with Mathematical Functions & Arithmetic Operators.mp4
003 Working with Mathematical Functions & Arithmetic Operators_en.srt
004 Understanding String Functions with SELECT.mp4
004 Understanding String Functions with SELECT_en.srt
005 Using String Functions with INSERT.mp4
005 Using String Functions with INSERT_en.srt
006 Understanding Date_ Time Functions.mp4
006 Understanding Date_ Time Functions_en.srt
007 Working with Weekdays.mp4
007 Working with Weekdays_en.srt
008 Calculating INTERVALS.mp4
008 Calculating INTERVALS_en.srt
009 Adding INTERVALS to Dates.mp4
009 Adding INTERVALS to Dates_en.srt
010 Understanding LIKE & Pattern Matching.mp4
010 Understanding LIKE & Pattern Matching_en.srt
011 Understanding EXISTS.mp4
011 Understanding EXISTS_en.srt
012 Working with Subquery Expressions and EXISTS.mp4
012 Working with Subquery Expressions and EXISTS_en.srt
013 Working with Subquery Expressions and IN.mp4
013 Working with Subquery Expressions and IN_en.srt
014 Introducing Conditional Expressions.mp4
014 Introducing Conditional Expressions_en.srt
015 Challenge Solution.mp4
015 Challenge Solution_en.srt
016 Database (SQL) vs Application Level.mp4
016 Database (SQL) vs Application Level_en.srt
external-assets-links.bet
10 - Database Transactions
001 Module lntroduction.mp4
001 Module lntroduction_en.srt
002 Understanding Transactions.mp4
002 Understanding Transactions_en.srt
003 A Note About This Module's Project.pdf
004 Applying Transactions & ROLLBACK.mp4
004 Applying Transactions & ROLLBACK_en.srt
005 Committing Changes.mp4
005 Committing Changes_en.srt
006 Working with Savepoints.mp4
006 Working with Savepoints_en.srt
007 Transactions in PostgreSQL.mp4
007 Transactions in PostgreSQL_en.srt
external-assets-links.txt
11 - Using Indexes
001 Module lntroduction.mp4
001 Module lntroduction_en.srt
002 What Are Indexes_ And Why Would You Need Them_.mp4
002 What Are Indexes_ And Why Would You Need Them_en.srt
003 Don't Use Too Many lndexes_.mp4
003 Don't Use Too Many lndexes_en.srt
004 Index Types_ An Overview.mp4
004 Index Types_An Overview_en.srt
005 Setting Up Some Example Data.mp4
005 Setting Up Some Example Data_en.srt
006 EXPLAINing Queries & Query Planning.mp4
006 EXPLAINing Queries & Query Planning_en.srt
007 Creating & Using Single-Column lndexes.mp4
007 Creating & Using Single-Column lndexes_en.srt
008 More on Creating & Dropping lndexes.pdf
009 Unique lndexes.mp4
009 Unique lndexes_en.srt
010 Working With Multi-Column Indexes (Composite lndexes).mp4
010 Working With Multi-Column Indexes (Composite lndexes)_en.srt
011 Partial lndexes.mp4
011 Partial lndexes_en.srt
external-assets-links.bet
12 - Summary & Practice_ A Complete Example
001 Module lntroduction.mp4
001 Module lntroduction_en.srt
002 What Is SQL_.mp4
002 What Is SQL_ en.srt
003 A Closer Look At Databases In General.mp4
003 A Closer Look At Databases In General_en.srt
004 The Core SQL Syntax.mp4
004 The Core SQL Syntax_en.srt
005 Course Setup (For Following Along).mp4
005 Course Setup (For Following Along)_en.srt
006 Analyzing The Section Example Project.mp4
006 Analyzing The Section Example Project_en.srt
007 Introducing _Data Normalization_.mp4
007 Introducing _Data Normalization_ en.srt
008 Planning Tables & Relationships.mp4
008 Planning Tables & Relationships_en.srt
009 Creating A New Database.mp4
009 Creating A New Database_en.srt
010 Choosing Identifier Names.mp4
010 Choosing Identifier Names_en.srt
011 Defining Columns.mp4
011 Defining Columns_en.srt
012 Exploring Important Data Types.mp4
012 Exploring Important Data Types_en.srt
013 How To Store Files & Adding More Data Types.mp4
013 How To Store Files & Adding More Data Types_en.srt
014 Constraints_An lntroduction.mp4
014 Constraints_An lntroduction_en.srt
015 Introducing Database Functions.mp4
015 Introducing Database Functions_en.srt
016 Understanding Primary Keys & Unique IDs.mp4
016 Understanding Primary Keys & Unique IDs_en.srt
017 INSERTing Data.mp4
017 INSERTing Data_en.srt
018 Basic Data Querying (via SELECT).mp4
018 Basic Data Querying (via SELECT)_en.srt
019 UPDATE & DELETE In Action.mp4
019 UPDATE & DELETE In Action_en.srt
020 Filtering (WHERE) & Sorting (ORDER BY).mp4
020 Filtering (WHERE) & Sorting (ORDER BY)_en.srt
021 Adding More Tables.mp4
021 Adding More Tables_en.srt
022 Relations & Foreign Keys.mp4
022 Relations & Foreign Keys_en.srt
023 Understanding ON DELETE & ON UPDATE.mp4
023 Understanding ON DELETE & ON UPDATE_en.srt
024 Adding More Tables & Relationships.mp4
024 Adding More Tables & Relationships_en.srt
025 Many To Many Relationships & Linking (Intermediate) Tables.mp4
025 Many To Many Relationships & Linking (Intermediate) Tables_en.srt
026 Inserting Related Data.mp4
026 Inserting Related Data_en.srt
027 Connecting Data With INNER JOIN.mp4
027 Connecting Data With INNER JOIN_en.srt
028 Combining Multiple Joins.mp4
028 Combining Multiple Joins_en.srt
029 Introducing LEFT JOIN.mp4
029 Introducing LEFT JOIN_en.srt
030 Joining Data & Filtering.mp4
030 Joining Data & Filtering_en.srt
031 Filtering Text With LIKE.mp4
031 Filtering Text With LIKE_en.srt
032 Introducing Aggregate Functions.mp4
032 Introducing Aggregate Functions_en.srt
033 Grouping Aggregate Results (GROUP BY).mp4
033 Grouping Aggregate Results (GROUP BY)_en.srt
034 The HAVING Clause (vs WHERE).mp4
034 The HAVING Clause (vs WHERE)_en.srt
035 Module Summary.mp4
035 Module Summary_en.srt
external-assets-links.bet
13 - Course Roundup
001 Congratulations + Bonus Content.mp4
001 Congratulations + Bonus Content_en.srt
external-assets-links.bet
Файлы примеров: отсутствуют
Формат видео: MP4
Видео: MPEG4 Video (H264) 1280x720 30fps 954kbps
Аудио: AAC 48000Hz stereo 128kbps
Скриншоты
 

SQL - The Complete Developer's Guide: Download by Torrent

Torrent File

Вас заинтересует / Intresting for you:

MySQL Crash Course - book
MySQL Crash Course - book 3289 views Antoni Thu, 17 Sep 2020, 13:16:40
Microsoft Azure SQL Data Wareh...
Microsoft Azure SQL Data Wareh... 2583 views Akmaral Fri, 18 Oct 2019, 06:32:13
Getting Started with Oracle Pu...
Getting Started with Oracle Pu... 2074 views Antoni Tue, 17 Sep 2019, 15:00:11
Unix for Oracle DBAs Pocket Re...
Unix for Oracle DBAs Pocket Re... 2660 views Андрей Васенин Tue, 17 Sep 2019, 15:00:11
Comments (0)
There are no comments posted here yet
Leave your comments
Posting as Guest
×
Suggested Locations