Computer Science, asked by saijalarora2762, 18 days ago

Write a query to display list of students name and their department name who are all from 'Coimbatore'. Sort the result based on students name

Answers

Answered by lazarusanthonyp8te0k
4

Answer:

Select students_name, department from table_name where city="Coimbatore". Explanation: Select chooses columns to display.

Explanation:

Answered by awanishj89
3

Answer:

see the image file

Explanation:

Attachments:
Similar questions