Changes

Jump to: navigation, search

An Overview of Android SQLite Databases in Android Studio

30 bytes added, 16:45, 26 December 2015
Introducing Database Schema
== Introducing Database Schema ==
<google>ADSDAQBOX_FLOW</google>
Database Schema define the characteristics of the data stored in a database table. For example, the table schema for a customer database table might define that the customer name is a string of no more than 20 characters in length, and that the customer phone number is a numerical data field of a certain format.
Schema are also used to define the structure of entire databases and the relationship between the various tables contained in each database.
== Columns and Data Types ==

Navigation menu