110+ Exercises - Python + SQL (sqlite3) - SQLite Databases
- Description
- Curriculum
- FAQ
- Reviews
Welcome to the 110+ Exercises – Python + SQL (sqlite3) – SQLite Databases course, where you can check your programming skills in Python and SQL. This course is designed for people who have basic knowledge in Python and SQL. It consists of over 110 exercises with solutions.
During this course you will be able to test your programming skills in Python and SQL (SQLite). This is a great test for people who want to become a Python Developer and are looking for new challenges. Exercises are also a good test for an interview. Many popular topics were covered in this course. Before taking the course, please make sure that you meet the requirements.
Don’t hesitate any longer and take the challenge today!
SQLite
SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private. SQLite is the most widely deployed database in the world with more applications than we can count, including several high-profile projects.
SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views, is contained in a single disk file. The database file format is cross-platform – you can freely copy a database between 32-bit and 64-bit systems.
-
17Exercise 1Quiz
-
18Solution 1Text lesson
-
19Exercise 2Quiz
-
20Solution 2Text lesson
-
21Exercise 3Quiz
-
22Solution 3Text lesson
-
23Exercise 4Quiz
-
24Solution 4Text lesson
-
25Exercise 5Quiz
-
26Solution 5Text lesson
-
27Exercise 6Quiz
-
28Solution 6Text lesson
-
29Exercise 7Quiz
-
30Solution 7Text lesson
-
31Exercise 8Quiz
-
32Solution 8Text lesson
-
33Exercise 9Quiz
-
34Solution 9Text lesson
-
35Exercise 10Quiz
-
36Solution 10Text lesson
-
37Exercise 11Quiz
-
38Solution 11Text lesson
-
39Exercise 12Quiz
-
40Solution 12Text lesson
-
41Exercise 13Quiz
-
42Solution 13Text lesson
-
43Exercise 1Quiz
-
44Solution 1Text lesson
-
45Exercise 2Quiz
-
46Solution 2Text lesson
-
47Exercise 3Quiz
-
48Solution 3Text lesson
-
49Exercise 4Quiz
-
50Solution 4Text lesson
-
51Exercise 5Quiz
-
52Solution 5Text lesson
-
53Exercise 6Quiz
-
54Solution 6Text lesson
-
55Exercise 7Quiz
-
56Solution 7Text lesson
-
57Exercise 8Quiz
-
58Solution 8Text lesson
-
59Exercise 9Quiz
-
60Solution 9Text lesson
-
61Exercise 10Quiz
-
62Solution 10Text lesson
-
63Exercise 11Quiz
-
64Solution 11Text lesson
-
65Exercise 12Quiz
-
66Solution 12Text lesson
-
67Exercise 13Quiz
-
68Solution 13Text lesson
-
69Exercise 14Quiz
-
70Solution 14Text lesson
External Links May Contain Affiliate Links read more