SQL is Structured Query Language, a language for writing queries to an RDBMS
SQLite is a lightweight implementation of an RDBMS that runs on Android (among other places) and uses SQL to return data. HTH, Mikey On 16 Jul 2010, at 07:54, Raul Martinez wrote: > Are SQL and SQLite the same thing? If not what's the difference > > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > > NEW! Try asking and tagging your question on Stack Overflow at > http://stackoverflow.com/questions/tagged/android > > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

