The examples in this section provide the basic SQL statements to create a catalog index for an auction site that sells electronic equipment, such as cameras and CD players. New inventory is added everyday and item descriptions, bid dates, and prices must be stored together.
The application requires good response time for mixed queries. The key is to determine what columns users frequently search to create a suitable CTXCAT
index. Queries on this type of index are entered with the CATSEARCH
operator.
Typically, query applications require a user interface. An example of how to build such a query application using the CATSEARCH
index type is given in CATSEARCH Query Application .