1.2.2.7.Selecting with Multiple Identifiers Using AND
And運算
select id, firstname, lastname,email,enrolled_date from StudentsDetails where mobile='123456789' and firstname='mike';

Previous1.2.2.6.Selecting a Specific Data using WHERE ClauseNext1.2.2.8.Selecting with One of Many Identifiers Using OR
Last updated
Was this helpful?