43
loading...
This website collects cookies to deliver better user experience
database systems
A relational model of data for large shared data banks
. This paper proposed that data be represented as a set of tables.DSL
for manipulating data in a relational model. This language eventually led to the creation of SQL. So SQL is the language that we use inside of relational database systems to manipulate data.do not be mislead by the lite in the name. SQLite is a full featured SQL implementation
. So we now know this means it is a database systems that implements the relational data model and uses SQL to manipulate data.Room Library
to create and manipulate data on Android.@
annotations that minimize the amount of boiler code that we have to write.