From the GAE getting started guide
Because the App Engine datastore is not a traditional relational database, queries are not specified using SQL. Instead, you can prepare queries using a SQL-like query language we call GQL.
What do they mean by "not a traditional relational database" and what implications does this have other than requiring GQL instead of SQL.