From the course: SQL Essential Training

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

The SQLite database engine

The SQLite database engine - SQL Tutorial

From the course: SQL Essential Training

Start my 1-month free trial

The SQLite database engine

- [Instructor] The software system that's used to compose SQL statements is called a Relational Database Management System or RDBMS for short. Now, there are quite a wide variety of relational database management systems that are out there and the analogy I like to use is that of sneakers. Now, if you're a sneaker head like me, you're probably into a number of different brands like Nike or Reebok or Adidas. And much like a relational database management system, regardless of the brand, those sneakers perform a single function and that is to protect our feet. So an RDBMS, though there are many different varieties, the singular function is to allow us an area to compose SQL statements. Now, here are a few popular relational database management systems which you can research a bit for yourself simply by popping in the phrase relational database management system into Google like I have here. So there are quite a wide…

Contents