P Table Tr Themployeeidth Thnameth Thsalaryth Tr Tr Td1001td #249
</p> <table> <tr> <th>Employee_id</th> <th>Name</th> <th>Salary</th> </tr> <tr> <td>1001</td> <td>Annie</td> <td>6000</td> </tr> <tr> <td>1009</td> <td>Ross</td> <td>4500</td> </tr> <tr> <td>1018</td> <td>Zeith</td> <td>7000</td> </tr> </table> <p>This is Employee table.<br /> Which of the following employee_id will be displayed for the given query?</p> <pre><code class="language-sql">Select * from employee where employee_id>1009;</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs117 Database Management System. It can also be found in gs gs117 SQL: Queries, Constraints and Triggers - SQL Queries - Quiz No.1.
Similar question(s) are as followings:
Online Quizzes of gs117 Database Management System
Indexing and Hashing - Bitmap Indices - Quiz No.1
gs gs117 Database Management System
Online Quizzes