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...