How Will You Select The Names Whose First Letter Is E #519
How will you select the Names whose first letter is E ?
This multiple choice question (MCQ) is related to the book/course gs gs117 Database Management System. It can also be found in gs gs117 Database Systems Design and Implementation - Querying DML - Quiz No.1.
How will you select the Names whose first letter is E ?
Select Name from instructor where Name like ’A%;
Select Name from course where Name like ’A%;
Select Dept_name from instructor where Name like ’A%;
Select Name from instructor where Dept_name like ’A%;
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