A.Foreign key references cannot cross schema boundaries. B.A DB2 user must be created before a schema with the same name can be created. C.If no schema is specified when an object is created, the default schema PUBLIC is used. D.A schema enables the creation of multiple objects in a database without encountering namespace collisions.
A.CALL increase_salary('A00') B.VALUES increase_salary('A00') C.CALL increase_salary('A00', ?) D.VALUES increase_salary('A00', ?)
A.CALL getratews11('USA','CANADA') B.CALL expenses.getratews11('USA','CANADA') C.SELECT getratews11('USA','CANADA') FROM expenses D.SELECT * FROM TABLE(getratews11('USA','CANADA')) AS convert_currency
A.Journal B.Task Center C.Control Center D.Activity Monitor
A.DROP B.ALTER C.DELETE D.ROLLBACK