CREATE FUNCTION defines a new function. CREATE OR REPLACE FUNCTION will either create a new function, or replace an existing definition. To be able to define a function, the user must have the USAGE ...
CREATE TABLE will create a new, initially empty table in the current database ... See Section 5.12 for more discussion on table partitioning. partition_bound_expr is any variable-free expression ...