Common SQL Statements for SAP HANA
Let’s discuss some of the commonly used SQL statements to define SAP HANA tables. CREATE SCHEMA CREATE SCHEMA creates a new schema in the database. The syntax for this statement is as follows: CREATE SCHEMA <schema_name> [OWNED BY <user_name>] In … Continued