1.

Write and five outputs of the quries​

Answer»

Explanation:

the SQL queries are as follows:

1)SELECT * from MEMBER order by ISSUEDATE desc;

2)select DCODE and DTITLE from DVD where DTYPE="Folk";

3)select DTYPE and COUNT (DTYPE) from DVD;

4) select NAME and ISSUEDATE from MEMBER WHERE ISSUEDATE between 2017-01-01 and 2017-12-31;



Discussion

No Comment Found