write a select query to display records of the doctor whose OPD_DAYS are 'MWF'
Answers
Answered by
0
Answer: select * from table_name where OPD_DAYS='MWF';
Explanation: as the query for select statement of all the records with a condition is
select * from table_name where (condition);
Similar questions
Geography,
5 months ago
Hindi,
5 months ago
Math,
11 months ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago