17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
[FreeTutorials.Eu] [UDEMY] SQLite For Beginners - [FTU]
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Created by : Bluelime Learning Solutions Last updated : 12/2018 Language : English Caption (CC) : Included Torrent Contains : 105 Files, 8 Folders Course Source : https://www.udemy.com/sqlite-for-beginners/
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 SQLite • What is SQLite Studio • Attaching Sample Database to SQLite • How to connect to SQLite Database • Some Basic SQLite Commands • Some commonly used sqlite3 commands • SQLite Dump command • What is sqlite3 tool • SQLite SELECT statement • Querying data from all columns in a table • Querying data from specific columns in a table • Sorting data using ORDER BY clause • Removing duplicate records using DISTINCT clause • Filtering data with WHERE clause • Identifying NULL values • SQLite Data Types • SQLite Constraints • SQLite Create Table Statement • SQLite INSERT INTO Table Statement • SQLite UPDATE Statement • SQLite DELETE Statement • SQLite DROP Table Statement • SQLite BETWEEN Operator • SQLite IN Operator • SQLite LIMIT clause • SQLite LIKE operator • SQLite GLOB Operator • SQLite Subquery • Building a subquery in a WHERE clause • Building a subquery in a WHERE clause using IN operator • Building a subquery in FROM clause • SQLITE Table Joins • SQLite LEFT Join • SQLite INNER Join • SQLite CROSS Join • SQLite SELF Join • SQLite ALiases • SQLite Aggregate Functions • Introduction to SQLite Aggregate Functions • SQLite AVG Function • SQLite COUNT Function • SQLIte SUM Function • SQLite MAX Function • SQLite MIN Function • SQLite GROUP_ CONCAT Function • SQLite GROUP BY Clause • SQLite HAVING Clause
Who this course is for :
• Beginner SQL Developers • Beginner Data Analyst • Beginners to SQLite • Beginner DBA's ( Database Administrators)
For More Udemy Free Courses >>> http://www.freetutorials.eu For more Lynda and other Courses >>> https://www.freecoursesonline.me/ Our Forum for discussion >>> https://discuss.freetutorials.eu/
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
1. Getting Started/1. Introduction.mp4
9 MB
1. Getting Started/1. Introduction.vtt
2 KB
1. Getting Started/2. What is SQLite .mp4
22 MB
1. Getting Started/2. What is SQLite .vtt
5.5 KB
1. Getting Started/3. Download and Install SQLite.mp4
45.6 MB
1. Getting Started/3. Download and Install SQLite.vtt
6.3 KB
1. Getting Started/4. What is SQLite Studio .mp4
26.1 MB
1. Getting Started/4. What is SQLite Studio .vtt
5.4 KB
1. Getting Started/5. Attaching Sample Database to SQLite.mp4
44.3 MB
1. Getting Started/5. Attaching Sample Database to SQLite.vtt
6.1 KB
1. Getting Started/5.1 db schema.jpg.jpg
335.9 KB
1. Getting Started/5.2 chinook.zip.zip
298.4 KB
1. Getting Started/6. How to connect to SQLite Database.mp4
25.8 MB
1. Getting Started/6. How to connect to SQLite Database.vtt
7.1 KB
1. Getting Started/7. Database Concepts.mp4
6.3 MB
1. Getting Started/7. Database Concepts.vtt
3.2 KB
2. Some Basic SQLite3 Commands/1. What is sqlite3 tool.mp4
9.9 MB
2. Some Basic SQLite3 Commands/1. What is sqlite3 tool.vtt
2.5 KB
2. Some Basic SQLite3 Commands/2. Some commonly used sqlite3 commands.mp4
39.1 MB
2. Some Basic SQLite3 Commands/2. Some commonly used sqlite3 commands.vtt
8.9 KB
2. Some Basic SQLite3 Commands/3. SQLite Dump command.mp4
48 MB
2. Some Basic SQLite3 Commands/3. SQLite Dump command.vtt
7.6 KB
3. Retrieving Data and Manipulating Data/1. SQLite SELECT statement.mp4
21 MB
3. Retrieving Data and Manipulating Data/1. SQLite SELECT statement.vtt
4.9 KB
3. Retrieving Data and Manipulating Data/2. Querying data from all columns in a table.mp4
22.1 MB
3. Retrieving Data and Manipulating Data/2. Querying data from all columns in a table.vtt
4.6 KB
3. Retrieving Data and Manipulating Data/3. Querying data from specific columns in a table.mp4
25.5 MB
3. Retrieving Data and Manipulating Data/3. Querying data from specific columns in a table.vtt
4.8 KB
3. Retrieving Data and Manipulating Data/4. Sorting data using ORDER BY clause.mp4
35.9 MB
3. Retrieving Data and Manipulating Data/4. Sorting data using ORDER BY clause.vtt
7.4 KB
3. Retrieving Data and Manipulating Data/5. Removing duplicate records using DISTINCT clause.mp4
26.2 MB
3. Retrieving Data and Manipulating Data/5. Removing duplicate records using DISTINCT clause.vtt
4.8 KB
3. Retrieving Data and Manipulating Data/6. Filtering data with WHERE clause.mp4
35 MB
3. Retrieving Data and Manipulating Data/6. Filtering data with WHERE clause.vtt
6.2 KB
3. Retrieving Data and Manipulating Data/7. Identifying NULL values.mp4
19.6 MB
3. Retrieving Data and Manipulating Data/7. Identifying NULL values.vtt
3.5 KB
3. Retrieving Data and Manipulating Data/8. SQLite Data Types.mp4
26.5 MB
3. Retrieving Data and Manipulating Data/8. SQLite Data Types.vtt
5.5 KB
3. Retrieving Data and Manipulating Data/9. SQLite ALiases.mp4
32.1 MB
3. Retrieving Data and Manipulating Data/9. SQLite ALiases.vtt
5.8 KB
4. Creating Database Tables Updating Data Deleting Records/1. SQLite Constraints.mp4
19.7 MB
4. Creating Database Tables Updating Data Deleting Records/1. SQLite Constraints.vtt
3.8 KB
4. Creating Database Tables Updating Data Deleting Records/2. SQLite Create Table Statement - Part 1.mp4
29.7 MB
4. Creating Database Tables Updating Data Deleting Records/2. SQLite Create Table Statement - Part 1.vtt
5.7 KB
4. Creating Database Tables Updating Data Deleting Records/3. SQLite Create Table Statement - Part 2.mp4
48.7 MB
4. Creating Database Tables Updating Data Deleting Records/3. SQLite Create Table Statement - Part 2.vtt
6.6 KB
4. Creating Database Tables Updating Data Deleting Records/4. SQLite INSERT INTO Table Statement.mp4
44.6 MB
4. Creating Database Tables Updating Data Deleting Records/4. SQLite INSERT INTO Table Statement.vtt