DATA DATAGRAPH and AI¶
SCHEMA¶
The SCHEMA is consiste of two core part: CLASS(name + attribute + methods),ASSOSIACTION(two types); The Building of SCHEMA is based on the method that analyze the attribute of the word is whether noun or verb.
SQLite¶
This language is based on the compiler tools embeded in DB Browser SQLite. THrough this part, you will get a basic but deep grasp of SQL.
SELECT * --this means that we wiil view all the coll i the table
FROM film
WHERE <operator><value>
;