On 2014/06/04 08:35, dd wrote:
Dear Author/All,

     There are many things needs to understand from sqlite apart from RDBMS
concepts.  For example, pragmas, database connection in different
scenarios, IPC, virtual tables..etc.

      Do sqlite team has any plan to start online university for training
and issuing certificates? If already there, please let me know.

                  OR

      What is/are the best practice(s) to become master in sqlite in short
period of time for new developers (i mean, new to sqlite not for
programming)?

Hi dd,

I can't speak for the SQLite devs (whom might have such plans) but I would suggest rather looking for a certification in SQL RDBMS administration for which both education and certifications can be found on W3schools and the like. It seems to me getting a "certification" in SQLite specifically is a bit like getting a certification to use a pipe-wrench, as opposed to being certified as a plumber.

That said, Oracle, MSSQL and others all do have dedicated certifications since comprehensively using a full-featured RDBMS probably does entail quite a body of knowledge, so SQLite might rightly consider this avenue.

The SQLite website, especially the "SQL as understood by SQLite" sections do a great job of enlightening the SQLite processes used and is interspersed with bits of educating literature. A step by step A to Z student guide or syllabus would probably be a useful addition - especially seeing as how a lot of the same questions about basic SQL/SQLite ideas repeat on this very forum often. In fact, using the forum history as one of the basic guides to writing such a syllabus would probably be a good idea.

Not sure if anyone here has the time available to embark on such an endeavour, 
but if someone does, I'll sign up as a contributor.


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to