#63. Click on the EXHIBIT button and examine the table instance chart for the patient table. You created the patient_vu view based on id_number and last_name from the patient table. What is the best way to modify the view to contain only those patients born in 1997?
#64. In the declarative section of a PL/SQL block, you created but did not initialize a number variable. When the block executes, what will be the initial value of the variable?
#67. Which SELECT statement displays the order id, product id, and quantity of items in the ITEM table that match both the product id and quantity of an item in order 605? (Do not display the details for order 605.)