Chinook Database
The Chinook Database is a sample database available for several database products, including SQL Server, PostgreSQL, MySQL, Oracle, […]
The Chinook Database is a sample database available for several database products, including SQL Server, PostgreSQL, MySQL, Oracle, […]
Do you want to work with a few small & sample data models in Excel to practice the […]
The Internet Movie Database (IMDB.com) is a large website containing information related to films, television programs, home videos, […]
In this third post on this project we’ll look at the back-end, meaning the database. The database technology […]
Wikipedia says: “SQLite is a relational database management system (RDBMS) contained in a C library. In contrast to […]
In this part we discuss the database. It’s a SQLite database. We need to create a SQLite database […]
This series of posts shows us how to build a WPF project using SQLite and Dapper that allows […]
SQLite is a relational database management system (RDBMS) contained in a C library that ends up being embedded […]
Dapper is an open-source Object Relational Mapper (ORM) for .NET. It was written by the people over at […]
This post is about how to connect to a local SQL Server database and read a table from […]
This post is about how to connect to a local SQL Server database and read a table from […]
ACID (atomicity, consistency, isolation, durability) is a set of properties of database transactions intended to guarantee validity even […]