I am going to do my research proposal on query language. Could anyone give me any references on alternative query languages especially those have very different format than SQL.
It is obviously much different than SQL.
There are actually quite a few implementations of it if you look at that wikipedia page.
The queries end up being much more declarative than anything you'd do with SQL. Pretty much you ask the database a question, and it returns an answer (which is awesome).
Then MongoDB has a form of query language with JSON syntax.
http://www.opensymphony.com/ognl/
http://en.wikipedia.org/wiki/Object_Query_Language
http://www.db4o.com
http://www.mongodb.org/display/DOCS/Advanced+Queries