SQLite
SQLite
CSE373
Outline
Introduction to SQL
SQLite
SQLite Shell
SQLite From A Program
An example in Java
Conclusions
SQL
Quick Introduction To SQL
UPDATE My_table
SET field1 = 0
WHERE field2 = 'N';
SQL – ALTER TABLE