email

1.       “XXX_Civiccenter_export.sql” where XXX are your initials. 

1.       “XXX_Civiccenter_export.sql” where XXX are your initials.  This is an .csv file export of your “XXX_Civiccenter_query.sql” execution results.  You can export this using the “export” icon in the Result Grid window in MySQL Workbench.  (Note the data displayed below may or may not correspond to the data in this assignment.)



Need customized help? Order now
user img

honeyd


12-09-20 | 10:42:30

use civiccenter;
select idcustomer,Name, Operaname,OperaCost,PerformanceDate,Backstage from customer c, opera o
where c.idcustomer=o.customer_idcustomer order by operacost desc,name asc;


Related Question