Overview
Syllabus
) What Is A Database.
) Install Python.
) Install Git Bash Terminal.
) Connect to Database in Python.
) Create A Table.
) Insert One Record Into Table.
) Insert Many Records Into Table.
) Query and Fetchall.
) Format Your Results.
) Primary Key.
) Use The Where Clause.
) Update Records.
) Delete Records.
) Order Results.
) And/Or.
) Limiting Results.
) Delete (Drop) A Table And Backups.
) Unit 18 Our App - Show All Function.
) Unit 19 Our App - Add A Record Function.
) Unit 20 Our App - Delete a Record Function.
) Unit 21 Our App - Add Many Records Function.
) Unit 22 Our App - Where Clause Function.
Taught by
freeCodeCamp.org
Reviews
4.5 rating, based on 2 Class Central reviews
-
I recently completed an SQLite course, and I am thoroughly impressed with the experience! The course was well-structured, starting from the basics and gradually moving into more advanced topics. The instructor was knowledgeable and explained the con…
-
The content is very helpfull as I'm a beginner. The teacher is cool and very clear. May be, it would be nice if the content can talk about over functions like index or trigger.