Quiz


1:

We need transactions and tables that can easily be ported to another system. We should use

  1. ISAM

  2. MyISAM

  3. InnoDB

  4. BDB

2:

We need to create a temporary table for fast lookups. We should use

  1. ISAM

  2. MyISAM

  3. MERGE

  4. HEAP

3:

We need to have extremely large tables. We should not use

  1. ISAM

  2. MERGE

  3. InnoDB

  4. any of the above

4:

We need to perform a full-text search. We should use

  1. MyISAM

  2. InnoDB

  3. BDB

  4. HEAP

5:

Consider the following full-text search query:

 
 select title from article where match (title,body)       against ('+php +pdf pdflib >tutorial ~reference' IN BOOLEAN MODE); 

Which of the following statements about this query is false ?

  1. The importance of the search term 'tutorial' is increased.

  2. The ranking of results containing 'reference' will be increased.

  3. Search results must contain 'php' .

  4. Search results that contain 'pdflib' will be ranked more highly than those that do not.




MySQL Tutorial
MySQL Tutorial
ISBN: 0672325845
EAN: 2147483647
Year: 2003
Pages: 261

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net