Task 4
Task 4
1) Write a query to display the names of all administrators (role Admin) sorted by
name in Ascending order.
2) Write a query to display the names of all alumni (role Alumni) sorted by name in
descending order.
3) Write a query to display the names of all degrees offered by 'CSE' department,
sorted in Ascending order.
4) Write a query to display the name of the department offering the degree
'BSC_CT'.
5) Write a query to display the names of all female alumni (role Alumni), sorted in
order.
7) Write a query to display the university name(s) in which Ram has done his higher
studies, sorted in Ascending order.
9) Write a query to display the name of the skillsets of Ram, sorted by name in
Ascending order.
10) Write a query to display the work experience details of Anithaa (company name,
start date and end date in order), sorted by start date.
11) Write a query to display the names of projects in which Ram has been a part of,
sorted in order.
12) Write a query to display the contents of queries raised or answered by Ram,
sorted by date.
13) Write a query to display the contents of posts posted by Ram, sorted by date.
14) Write a query to display the contents of posts related to Technology posted by
Ram, sorted by date.
15) Write a query to display the contents of posts posted by Ram in the year 2012,
sorted by date 16) Write a query to display the name and phone numbers of all
Alumni users from 2008 batch, sorted in Ascending order based on name. 17) Write a
query to display the name of all male Alumni from 2008 batch, sorted in order.
18) Write a query to display the name of all Alumni from BSC_CT 2008 batch, sorted
by name.
19) Write a query to display the name of all Alumni of 2008 batch from CSE
department, sorted by name.
20) Write a query to display the name and email details of all users from 2008
batch sorted by name. 21) Write a query to display the names of users who have good
'Web Design' skills, sorted by name.
22) Write a query to display the names of all alumni users who have been or are a
part of TCS, sorted by name.
23) Write a query to display the names and email ids of all alumni users who are
currently working in TCS, sorted by name.
24) Write a query to display the name and role of all users, sorted by name of the
user.
25) Write a query to display the name and role details of all users who have filled
in the profile details, sorted by name in Ascending order.
star 1