+ 2
Sqlite and Sql
I want to be an Android developer and I learned Sql But I came to know that sqlite is used as database in android development So can I used Sql in android development or I would learn Sqlite
2 Antworten
+ 1
sqlite is sql, there are some different in datatypes and syntax, but its not much.
i was normally use mysql before using sqlite, overall its the same thing some difference here and there not so hard to get around it.
+ 2
sql is the query language
mysql or sqlite is the implementation.
with suitable add-on, sqlite can be packaged during release
that's why you need sqlite