_/\_ Pranam¡
Happy Hug day
➡➡➡➡➡➡➡➡➡➡➡➡➡➡
Please answer this
☢Class 10th IT Chapter Ms access basic question
Plese solveヾ(。>﹏<。)ノ゙✧*。
Attachments:
Answers
Answered by
16
i) SELECT*from "Teachers" where "Gender"='Female'
ii) SELECT*from "Teachers" where "Subject"='English'
iii) SELECT*from "Teachers" where "Level"='Middle School'
iv) SELECT*from "Teachers" where "Hobbies"='Listening Music'
v) SELECT*from "Teachers" where "Level"='Senior School' and "Subject"='Maths'
All the SQL statements used here are SELECT statement.
There can be three types of SELECT statement:-
- To display all records from students table.
Example :- SELECT * FROM "Teachers"
- To conditionally display.
Examples :- above. All the questions you asked had conditions. So, the answer is from this type.
- To display all records from the table in ascending order of ID.
Example :- SELECT * FROM "Teachers" order by "Tech_ID" ASC;
Get more information :-
https://brainly.in/question/15305017
https://brainly.in/question/15414003
Answered by
6
♡.
______________________
- SELECT*from "Teachers" where "Gender"='Female'
- SELECT*from "Teachers" where "Subject"='English'
- SELECT*from "Teachers" where "Level"='Middle School'
- SELECT*from "Teachers" where "Hobbies"='Listening Music'
- SELECT*from "Teachers" where "Level"='Senior School' and "Subject"='Maths'
______________________
Similar questions