SQLite Download Page:
https://sqlite.org/download.html
-------------------------------------------------------------------
Create Database
sqlite3 Nec.db
----------------------
Create Table
create table student(studentID integer, name varchar(50), roll varchar(2), age integer);
----------------------------------
Insert Student:
Insert into Student values(1, 'Ashish', 'ELX-422', 22):
------------------------------
to get data:
(all Column, all row)
select * from student;
-----------------------
certain column , all row:
select fullname, age from student;
------------------------------------
certain column, certain row:
select fullname, age from student where condition;
En esta página del sitio puede ver el video en línea 08 SQLite Create, Read Operations de Duración hora minuto segunda en buena calidad , que subió el usuario Yogendra Tamang 11 septiembre 2017, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 112 veces y le gustó 2 a los espectadores. Disfruta viendo!