/Playing-SQL

Learning the ropes of SQL with sqlite3

#Playing with SQL A collection of complex queries to enable keyword searches and matrix multiplication.

##File Run Down

  1. Basic sql query (basic.sql)
  2. Calculate similary of documents (similarity.sql)
  3. Mutliply 2 matrices (matrix_multiplication.sql)
  4. Search for keyword from documents (keyword_query.sql)

##Usefuls notes *Database of 2 matrices called A B (matrix.cd) *Database of documents (reuters.db)