Using the Sakila database, create a query that displays the film title, description, as well the actor first and last name for all films that begin with the letters 'zo'.
Once you have the query built (using Workbench), then run the same query using python to display the query result there.
Sample Solution