Begineer Interview Q&A
participant
which has more than 10k records and you need to select all the records with id in even number (i.e. 2,4,6,8 etc)
participant
which has more than 10k records and you need to select all the records with id in odd number (i.e. 1,3,5,7 etc)
participant
which has more than 10k records and you need to select all the records from the table except id in 3,6,9, etc