Udemy - Sqlite For Beginners - udemy

seeders: 10
leechers: 3
updated:

Download Fast Safe Anonymous
movies, software, shows...

Files

[ DevCourseWeb.com ] Sqlite For Beginners - udemy
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1 - Getting Started
    • 1 - Introduction English.vtt (2.0 KB)
    • 1 - Introduction.mp4 (9.0 MB)
    • 2 - What is SQLite English.vtt (5.5 KB)
    • 2 - What is SQLite.mp4 (22.0 MB)
    • 3 - Download and Install SQLite English.vtt (6.3 KB)
    • 3 - Download and Install SQLite.mp4 (45.6 MB)
    • 4 - What is SQLite Studio English.vtt (5.4 KB)
    • 4 - What is SQLite Studio.mp4 (26.1 MB)
    • 5 - Attaching Sample Database to SQLite English.vtt (6.1 KB)
    • 5 - Attaching Sample Database to SQLite.mp4 (44.3 MB)
    • 5 - dbschema.jpg (335.9 KB)
    • 6 - How to connect to SQLite Database English.vtt (7.1 KB)
    • 6 - How to connect to SQLite Database.mp4 (25.8 MB)
    • 7 - Database Concepts English.vtt (3.2 KB)
    • 7 - Database Concepts.mp4 (6.3 MB)
    • chinook.db (864.0 KB)
    2 - Some Basic SQLite3 Commands
    • 10 - SQLite Dump command English.vtt (7.6 KB)
    • 10 - SQLite Dump command.mp4 (48.0 MB)
    • 8 - What is sqlite3 tool English.vtt (2.5 KB)
    • 8 - What is sqlite3 tool.mp4 (9.9 MB)
    • 9 - Some commonly used sqlite3 commands English.vtt (8.9 KB)
    • 9 - Some commonly used sqlite3 commands.mp4 (39.1 MB)
    3 - Retrieving Data and Manipulating Data
    • 11 - SQLite SELECT statement English.vtt (4.9 KB)
    • 11 - SQLite SELECT statement.mp4 (21.0 MB)
    • 12 - Querying data from all columns in a table English.vtt (4.6 KB)
    • 12 - Querying data from all columns in a table.mp4 (22.1 MB)
    • 13 - Querying data from specific columns in a table English.vtt (4.8 KB)
    • 13 - Querying data from specific columns in a table.mp4 (25.5 MB)
    • 14 - Sorting data using ORDER BY clause English.vtt (7.4 KB)
    • 14 - Sorting data using ORDER BY clause.mp4 (35.9 MB)
    • 15 - Removing duplicate records using DISTINCT clause English.vtt (4.8 KB)
    • 15 - Removing duplicate records using DISTINCT clause.mp4 (26.2 MB)
    • 16 - Filtering data with WHERE clause English.vtt (6.2 KB)
    • 16 - Filtering data with WHERE clause.mp4 (35.0 MB)
    • 17 - Identifying NULL values English.vtt (3.5 KB)
    • 17 - Identifying NULL values.mp4 (19.6 MB)
    • 18 - SQLite Data Types English.vtt (5.5 KB)
    • 18 - SQLite Data Types.mp4 (26.5 MB)
    • 19 - SQLite ALiases English.vtt (5.8 KB)
    • 19 - SQLite ALiases.mp4 (32.1 MB)
    4 - Creating Database Tables Updating Data Deleting Records
    • 20 - SQLite Constraints English.vtt (3.8 KB)
    • 20 - SQLite Constraints.mp4 (19.7 MB)
    • 21 - SQLite Create Table Statement English.vtt (5.7 KB)
    • 21 - SQLite Create Table Statement Part 1.mp4 (29.7 MB)
    • 22 - SQLite Create Table Statement English.vtt (6.8 KB)
    • 22 - SQLite Create Table Statement Part 2.mp4 (43.5 MB)
    • 23 - SQLite INSERT INTO Table Statement English.vtt (7.4 KB)
    • 23 - SQLite INSERT INTO Table Statement.mp4 (44.6 MB)
    • 24 - SQLite UPDATE Statement English.vtt (3.9 KB)
    • 24 - SQLite UPDATE Statement.mp4 (18.3 MB)
    • 25 - SQLite DELETE Statement English.vtt (2.8 KB)
    • 25 - SQLite DELETE Statement.mp4 (13.7 MB)
    • 26 - SQLite DROP Table Statement English.vtt (1.5 KB)
    • 26 - SQLite DROP Table Statement.mp4 (7.5 MB)
    5 - Some SQLite Operators
    • 27 - SQLite BETWEEN Operator English.vtt (3.8 KB)
    • 27 - SQLite BETWEEN Operator.mp4 (23.2 MB)
    • 28 - SQLite IN Operator English.vtt (4.1 KB)
    • 28 - SQLite IN Operator.mp4 (28.5 MB)
    • 29 - SQLite LIKE operator English.vtt (6.1 KB)
    • 29 - SQLite LIKE operator.mp4 (34.7 MB)
    • 30 - SQLite GLOB Operator English.vtt (4.8 KB)
    • 30 - SQLite GLOB Operator.mp4 (29.1 MB)
    • 31 - SQLite LIMIT clause English.vtt (4.4 KB)
    • 31 - SQLite LIMIT clause.mp4 (31.5 MB)
    6 - SQLite Subquery
    • 32 - What is a subquery English.vtt (2.0 KB)
    • 32 - What is a subquery.mp4 (12.5 MB)
    • 33 - Building a subquery in a WHERE clause English.vtt (3.3 KB)
    • 33 - Building a subquery in a WHERE clause.mp4 (22.8 MB)
    • 34 - Building a subquery in a WHERE clause using IN operator English.vtt (2.1 KB)
    • 34 - Building a subquery in a WHERE clause using IN operator.mp4 (17.4 MB)
    • 35 - Building a subquery in FROM clause English.vtt (2.4 KB)
    • 35 - Building a subquery in FROM clause.mp4 (14.6 MB)
    7 - SQLITE Table Joins
    • 36 - SQLite LEFT Join English.vtt (4.8 KB)
    • 36 - SQLite LEFT Join.mp4 (29.2 MB)
    • 37 - SQLite INNER Join English.vtt (4.9 KB)
    • 37 - SQLite INNER Join.mp4 (31.8 MB)
    • 38 - SQLite CROSS Join English.vtt (5.0 KB)
    • 38 - SQLite CROSS Join.mp4 (27.4 MB)
    • 39 - SQLite SELF Join English.vtt (6.2 KB)
    • 39 - SQLite SELF Join.mp4 (45.0 MB)
    8 - SQLite Aggregate Functions
    • 40 - Introduction to SQLite Aggregate Functions English.vtt (2.9 KB)
    • 40 - Introduction to SQLite Aggregate Functions.mp4 (14.0 MB)
    • 41 - SQLite AVG Function English.vtt (3.2 KB)
    • 41 - SQLite AVG Function.mp4 (22.5 MB)
    • 42 - SQLite COUNT Function English.vtt (4.6 KB)
    • 42 - SQLite COUNT Function.mp4 (28.6 MB)
    • 43 - SQLIte SUM Function English.vtt (2.3 KB)
    • 43 - SQLIte SUM Function.mp4 (14.0 MB)
    • 44 - SQLite MAX Function English.vtt (1.1 KB)
    • 44 - SQLite MAX Function.mp4 (6.4 MB)
    • 45 - SQLite MIN Function English.vtt (2.6 KB)
    • 45 - SQLite MIN Function.mp4 (18.2 MB)
    • 46 - SQLite GROUP CONCAT Function English.vtt (1.4 KB)
    • 46 - SQLite GROUP CONCAT Function.mp4 (9.2 MB)
    • 47 - SQLite GROUP BY Clause English.vtt (3.6 KB)
    • 47 - SQLite GROUP BY Clause.mp4 (19.7 MB)
    • 48 - SQLite HAVING Clause English.vtt (5.8 KB)
    • 48 - SQLite HAVING Clause.mp4 (34.9 MB)

Description

Sqlite For Beginners - udemy



https://DevCourseWeb.com

Last updated 2/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.18 GB | Duration: 4h 4m

Practical Hands -on Introduction to SQLite

What you'll learn
Learn how to Download and Install SQLite
Learn how to attach a sample database to SQLite
How to connect to SQLite Database
Learn how to execute Some commonly used sqlite3 commands
How to backup entire database and tables using SQLite Dump command
Learn to fetch data from database using SQLite SELECT statement
Learn to query and fetch all data from a database table
Learn to query and fetch specific data from a database table
Learn to sort data returned from a database using ORDER BY clause
Learn to filter data returned from a database using WHERE clause
Learn how to remove duplicate records using SQLITE DISTINCT
Learn how to identify NULL values in a database table
Learn about various SQLite Data Types
Learn how SQLite Constraints works
Learn how to create new table
Learn how to add new records into a table
Learn how to Update existing records inside a database table
Learn how to Delete existing records in a database
Learn how to Drop a table
Learn how to use various SQLite operators to manipulate data
Learn how to extract data from multiple tables using table joins
Learn how to use Aliases
Learn how to use various types of Aggregate functions to perform calculations on records in a database table
Learn how to group data with GROUP BY clause
Learn how to Filter grouped data using HAVING clause
Requirements
Basic knowledge of a computer
Basic internet navigation skills
Basic understanding of database concepts will help but not mandatory
Basic working knowledge of Standard SQL will help but not mandatory
Description
This course gives you a brief overview of SQLite and the SQLite’s distinctive features that make SQLite one of the most widely deployed SQL database engine.SQLite is a software library that provides a relational database management system. The lite in SQLite means light weight in terms of setup, database administration, and required resource. SQLite does NOT require a server to run.Because of the serverless architecture, you don’t need to “install” SQLite before using it. There is no server process that needs to be configured, started, and stopped. SQLite uses dynamic types for tables. It means you can store any value in any column, regardless of the data type.SQLite is self-contained means it requires minimal support from the operating system or external library. This makes SQLite usable in any environments especially in embedded devices like iPhones, Android phones, game consoles, handheld media players, etc.SQLite is capable of creating in-memory databases which are very fast to work with.SQLite database is integrated with the application that accesses the database. The applications interact with the SQLite database read and write directly from the database files stored on disk.What You will learn includes:Database Concepts Download and Install SQLiteWhat is SQLite Studio Attaching Sample Database to SQLiteHow to connect to SQLite DatabaseSome Basic SQLite CommandsSome commonly used sqlite3 commandsSQLite Dump commandWhat is sqlite3 toolSQLite SELECT statementQuerying data from all columns in a tableQuerying data from specific columns in a tableSorting data using ORDER BY clauseRemoving duplicate records using DISTINCT clauseFiltering data with WHERE clauseIdentifying NULL valuesSQLite Data TypesSQLite ConstraintsSQLite Create Table Statement SQLite INSERT INTO Table StatementSQLite UPDATE StatementSQLite DELETE StatementSQLite DROP Table StatementSQLite BETWEEN OperatorSQLite IN OperatorSQLite LIMIT clauseSQLite LIKE operatorSQLite GLOB OperatorSQLite SubqueryBuilding a subquery in a WHERE clauseBuilding a subquery in a WHERE clause using IN operatorBuilding a subquery in FROM clauseSQLITE Table JoinsSQLite LEFT JoinSQLite INNER JoinSQLite CROSS JoinSQLite SELF JoinSQLite ALiasesSQLite Aggregate FunctionsIntroduction to SQLite Aggregate FunctionsSQLite AVG FunctionSQLite COUNT FunctionSQLIte SUM FunctionSQLite MAX FunctionSQLite MIN FunctionSQLite GROUP_ CONCAT FunctionSQLite GROUP BY ClauseSQLite HAVING Clause

Overview



Download torrent
1.2 GB
seeders:10
leechers:3
Udemy - Sqlite For Beginners - udemy


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
1.2 GB
seeders:10
leechers:3
Udemy - Sqlite For Beginners - udemy


Torrent hash: C0C6AE3E6285A52F30FFC9F78E2D93431D351705