Schemas
Q: Does SQL Server Compact Edition support the concept of Schemas?
A: No, there is no support for schemas. In fact the query engine will complain if you try to include schema prefixes - for example Select * From dbo.Companies will throw an error similar to "The table name is not valid. [ Token line number (if known) = 1,Token line offset (if known) = 19,Table name = companies ]"