Suppose I\'d like to build a database abstraction layer, which uses a lazy loading mechanism. If I ask the layer to load a root object, it loads its external representation and constructs itself.
The Product table has 700K records in it.The query: SELECT TOP 1 ID, Name FROMProduct WHERE contains(Name, \'\"White Dress\"\')