Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
SQLite for Beginners
Rating: 4.4 out of 5(44 ratings)
537 students

SQLite for Beginners

Improve your career by learning about SQL databases
Created byDermot Downey
Last updated 11/2022
English
English [Auto],

What you'll learn

  • Learn to work with SQLite databases
  • Learn the fundamentals of writing SQL queries
  • Learn SQL commands such as SELECT, DELETE, CREATE, DROP, JOIN, and many more
  • Learn how to use SQL to improve your career
  • Learn how to use databases in your Python programs

Course content

3 sections16 lectures34m total length
  • The Concept of Databases1:13

    Explore how databases organize information like spreadsheets, with tables, rows (records), and fields; learn to join tables using a common field and use SQL to access, manipulate, and delete data.

  • Introducing SQLite Databases2:26

    Discover the portability, simplicity, and cross-platform reach of SQLite, a single-file, open-source database. Understand its journal file and security limits, including the lack of built-in user accounts.

  • Managing Databases1:45

    Access SQLite databases via command line, Python, PHP scripts, or GUI tools using DB Browser. Create an in-memory database, and explore tables, indices, views, triggers, pragmas, and execute SQL.

Requirements

  • Basic computer skills
  • No prior experience of SQL is needed - all will be taught in this course
  • Some knowledge of Python is helpful but not necessary

Description

Learn the SQL language and work with data using SQLite databases


Every year, SQL appears consistently as one of the most in-demand languages to learn. Knowing how to analyze data is one of the top tech skills companies look for, and it is one of the fastest ways for you to improve your career.


Whether you are a data scientist, business or financial analyst, or a programmer, being able to import data into a database and run advanced queries on it to solve complex problems will put you ahead of the crowd.


In this course you will learn to use SQLite databases, the worlds most popular database system. The commands you will learn are directly relevant to the workplace, and are used across multiple industries where data processing and business reporting is needed.


Using software which is 100% free, you will learn:

- What databases are and how they store information

- How to create new databases and tables

- How to import data into the database

- How to run very precise searches on your data, and pull out just the results you need

- How to run calculations on your data


SQLite works very well with all major programming languages, so in this course you will also learn how Python can be used to query your database. You will learn how to easily begin working with data in your scripts and programs.


All of the commands we cover are included in downloadable guides, making it easy for you to take and read them when writing your own queries.


If you’ve ever felt that you want to know more about databases, SQL or SQLite, then this is the course for you. I look forward to helping you with improving your career!

Who this course is for:

  • Beginner SQL Developers
  • Anyone interested in database design
  • Professionals looking to use simple databases in their work