InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    C. Short answer questions (11). 1. How do you specify criteria in a query such that:(a) All of them should work together(b) Any one of them is sufficient2. How can you compare numeric values in an SQL query?3. How much storage space is taken by each of the following.(a) Small Integer(b) Big Integer(c) Double4. Give at least two examples of referential integrity from real world.5. What are some fields that are part of the design grid when creating query in design view? | 
                            
| Answer» 1. a) 2. SQL Greater than or EQUAL to ( >= ) operatorThe greater than equal to operator is used to test WHETHER an expression (or NUMBER) is either greater than or equal to another one. | |