SQL Bootcamp - Hands-On Exercises - SQLite - Part II - 2022
- Description
- Curriculum
- FAQ
- Reviews
Welcome to the SQL Bootcamp – Hands-On Exercises – SQLite – Part II course, where you can test your SQL programming skills. This is the second part of the SQL Bootcamp – Hands-On Exercises series. The exercises in this part are mainly focused on creating DDL and DML queries to the database.
The course is designed for people who have basic knowledge in SQL and it consists of over 150 exercises with solutions.
This is a great test for people who are learning SQL and are looking for new challenges. Exercises are also a good test before the interview. Many popular topics were covered in this course. Knowledge of SQL is one of the most desirable technical skills on the job market. If you’re wondering if it’s worth taking a step towards SQL and databases, 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.
-
18Exercise 1Text lesson
-
19Solution 1Text lesson
-
20Exercise 2Text lesson
-
21Solution 2Text lesson
-
22Exercise 3Text lesson
-
23Solution 3Text lesson
-
24Exercise 4Text lesson
-
25Solution 4Text lesson
-
26Exercise 5Text lesson
-
27Solution 5Text lesson
-
28Exercise 6Text lesson
-
29Solution 6Text lesson
-
30Exercise 7Text lesson
-
31Solution 7Text lesson
-
32Exercise 8Text lesson
-
33Solution 8Text lesson
-
34Exercise 9Text lesson
-
35Solution 9Text lesson
-
36Exercise 1Text lesson
-
37Solution 1Text lesson
-
38Exercise 2Text lesson
-
39Solution 2Text lesson
-
40Exercise 3Text lesson
-
41Solution 3Text lesson
-
42Exercise 4Text lesson
-
43Solution 4Text lesson
-
44Exercise 5Text lesson
-
45Solution 5Text lesson
-
46Exercise 6Text lesson
-
47Solution 6Text lesson
-
48Exercise 7Text lesson
-
49Solution 7Text lesson
-
50Exercise 8Text lesson
-
51Solution 8Text lesson
-
52Exercise 9Text lesson
-
53Solution 9Text lesson
-
54Exercise 10Text lesson
-
55Solution 10Text lesson
-
56Exercise 11Text lesson
-
57Solution 11Text lesson
-
58Exercise 12Text lesson
-
59Solution 12Text lesson
-
60Exercise 13Text lesson
-
61Solution 13Text lesson
-
62Exercise 1Text lesson
-
63Solution 1Text lesson
-
64Exercise 2Text lesson
-
65Solution 2Text lesson
-
66Exercise 3Text lesson
-
67Solution 3Text lesson
-
68Exercise 4Text lesson
-
69Solution 4Text lesson
-
70Exercise 5Text lesson
-
71Solution 5Text lesson
-
72Exercise 6Text lesson
-
73Solution 6Text lesson
-
74Exercise 7Text lesson
-
75Solution 7Text lesson
-
76Exercise 8Text lesson
-
77Solution 8Text lesson
-
78Exercise 9Text lesson
-
79Solution 9Text lesson
External Links May Contain Affiliate Links read more