Reference no: EM133234702
Question
Implement a schema given below and write the SQL queries for the following statements
Webinar(w_id, title, speaker, rating, category, date)
Speaker(s_id, s_name, email, birthday, profession, location, status, interest, seeking)
(a) NEED a view with title and time of the webinar.
(b) Select all webinar title, speaker, rating and category in a sorted order.
(c) Select all speaker names who work at Texas location as a teacher and gave webinar on cerain date.
(d) Select all webinar titles that have 4 or above rating on a scale of 5 and was conducted by a speaker who is interested in cybersecurity related topics.