SQLite Tutorial For Beginners - Make A Database In No Time

preview_player
Показать описание


What do you want to see in the next sqlite tutorial: c++, java, python, php?

Thanks for watching!

Like, comment, and subscribe.

Snippet of Today's Code:
CREATE TABLE people (id INTEGER PRIMARY KEY, first_name TEXT, last_name TEXT, age INTEGER, gender TEXT);
INSERT INTO people (first_name, last_name, age, gender) VALUES ("rick", "sanchez", 35, "m");
SELECT * FROM people WHERE last_name="bob" ORDER BY age DESC;
DELETE FROM people WHERE age=5;

Music for outro:
The Tree Where Tortoro Sits
Kajus
Рекомендации по теме
Комментарии
Автор

Great tutorial, this was just what I needed to get familiar with SQL syntax. Thank you so much, all the way from Nigeria!!!

escocoward
Автор

Great tutorial Avery and I liked that you actually delivered what the video title says. Thanks! This made starting with SQL a lot easier :)

peetuskytta
Автор

Man, Thank you so much for making this video, It was simple and I now understand it so clearly. Hope you keep making videos and merry christmas! <3

omnihorse
Автор

This was very helpful. Thanks for making it super clear

TechNena
Автор

Good! Starting to practice now... Thanks bro!

jackmandingo
Автор

thanks, I was looking only on fat sql servers in docker etc on Mac, this is great tutorial

jasiu
Автор

Great short video to explain the SQlite database. Thanks for making the video!

sunilkeshava
Автор

I enjoyed the video, it's quite easy to start with

hassanyahya
Автор

Any tips?

'sqlitebrowser' is not recognized as an internal or external command,
operable program or batch file.

szymon
Автор

Thank you! This is a really useful video.

florin
Автор

I've been looking at videos on this for a few hours - first one I found that was actually to the point and well explained so far. Subscribed and liked, did you happen to make a C# or C++ interface for this ? - Thank you once again !

ptahX
Автор

sqlite> .open test1.db
Error: unknown command or invalid arguments: "open". Enter ".help" for help

kornelijekovac
Автор

You have a very nice voice :) subscribed

ThePasteete
Автор

hey could you do a video of how to use SQLite and python to setup user authentication

stephenwilkinson
Автор

What is the highest level of database infrastructure with SQL lite?

skeetau
Автор

I'm using this to build an Ionic / Cordova app.

akibosnjak
Автор

Hey Avery, awesome tutorial. Thank you so much for the upload. Quick one, do you a tutorial or code on how to display sqlite data into a HTML file? Even if I have to pay for it.

tontondatu
Автор

Doesn't the database need to be stored on a server? Where is all the data saved?

sergio
Автор

Very well done. Maybe mae your terminal window opaque

elizabethvantubbergh
Автор

asking for 300 subs lol youre almost at 3k right on!

cryptonicchronic