SQLite for beginners
SQLite for beginners, available at $59.99, has an average rating of 4.57, with 49 lectures, based on 309 reviews, and has 4481 subscribers.
You will learn about 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 This course is ideal for individuals who are Beginner SQL Developers or Beginner Data Analyst or Beginners to SQLite or Beginner DBA's ( Database Administrators) It is particularly useful for Beginner SQL Developers or Beginner Data Analyst or Beginners to SQLite or Beginner DBA's ( Database Administrators).
Enroll now: SQLite for beginners
Summary
Title: SQLite for beginners
Price: $59.99
Average Rating: 4.57
Number of Lectures: 49
Number of Published Lectures: 49
Number of Curriculum Items: 49
Number of Published Curriculum Objects: 49
Original Price: $99.99
Quality Status: approved
Status: Live
What You Will 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
Who Should Attend
- Beginner SQL Developers
- Beginner Data Analyst
- Beginners to SQLite
- Beginner DBA's ( Database Administrators)
Target Audiences
- Beginner SQL Developers
- Beginner Data Analyst
- Beginners to SQLite
- Beginner DBA's ( Database Administrators)
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
Course Curriculum
Chapter 1: Getting Started
Lecture 1: Introduction
Lecture 2: What is SQLite ?
Lecture 3: Download and Install SQLite
Lecture 4: What is SQLite Studio ?
Lecture 5: Attaching Sample Database to SQLite
Lecture 6: How to connect to SQLite Database
Lecture 7: Database Concepts
Chapter 2: Some Basic SQLite3 Commands
Lecture 1: What is sqlite3 tool
Lecture 2: Some commonly used sqlite3 commands
Lecture 3: SQLite Dump command
Chapter 3: Retrieving Data and Manipulating Data
Lecture 1: SQLite SELECT statement
Lecture 2: Querying data from all columns in a table
Lecture 3: Querying data from specific columns in a table
Lecture 4: Sorting data using ORDER BY clause
Lecture 5: Removing duplicate records using DISTINCT clause
Lecture 6: Filtering data with WHERE clause
Lecture 7: Identifying NULL values
Lecture 8: SQLite Data Types
Lecture 9: SQLite ALiases
Chapter 4: Creating Database Tables | Updating Data | Deleting Records
Lecture 1: SQLite Constraints
Lecture 2: SQLite Create Table Statement – Part 1
Lecture 3: SQLite Create Table Statement – Part 2
Lecture 4: SQLite INSERT INTO Table Statement
Lecture 5: SQLite UPDATE Statement
Lecture 6: SQLite DELETE Statement
Lecture 7: SQLite DROP Table Statement
Chapter 5: Some SQLite Operators
Lecture 1: SQLite BETWEEN Operator
Lecture 2: SQLite IN Operator
Lecture 3: SQLite LIKE operator
Lecture 4: SQLite GLOB Operator
Lecture 5: SQLite LIMIT clause
Chapter 6: SQLite Subquery
Lecture 1: What is a subquery
Lecture 2: Building a subquery in a WHERE clause
Lecture 3: Building a subquery in a WHERE clause using IN operator
Lecture 4: Building a subquery in FROM clause
Chapter 7: SQLITE Table Joins
Lecture 1: SQLite LEFT Join
Lecture 2: SQLite INNER Join
Lecture 3: SQLite CROSS Join
Lecture 4: SQLite SELF Join
Chapter 8: SQLite Aggregate Functions
Lecture 1: Introduction to SQLite Aggregate Functions
Lecture 2: SQLite AVG Function
Lecture 3: SQLite COUNT Function
Lecture 4: SQLIte SUM Function
Lecture 5: SQLite MAX Function
Lecture 6: SQLite MIN Function
Lecture 7: SQLite GROUP CONCAT Function
Lecture 8: SQLite GROUP BY Clause
Lecture 9: SQLite HAVING Clause
Lecture 10: Thank You
Instructors
-
Bluelime Learning Solutions
Making Learning Simple
Rating Distribution
- 1 stars: 4 votes
- 2 stars: 6 votes
- 3 stars: 63 votes
- 4 stars: 109 votes
- 5 stars: 127 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024