Thursday, April 15, 2010

How To I Fold Up My Proform Treadmill




To create a database called android.db is used the statement:


sqlite3 android.db







To create a table is used the command: create table

restaurant (id int, name varchar (30), Address varchar (30), primary key (id)); Senza titolo

Cattura To insert data in the table is created using the command: insert into restaurant

To see the data in the table is created use the command: select * from

db restaurant

To increased visibility of the extracted values \u200b\u200byou must do:

2.

on headers.

on column mode select * from restaurant

3 To change the data of a line is used the following command:

restaurant update Sept. address = "live via the mouse 22" where id = 1;

4

To delete a row from the table using the statement:

delete from the restaurant where id = 1;

5

0 comments:

Post a Comment