This document describes how to create tables in an SAP HANA database using SQL statements or a graphical user interface. There are two main methods for creating tables - using the SQL editor to write CREATE TABLE statements, or using the GUI option by right clicking the table tab and selecting new table. The document provides examples of CREATE TABLE SQL and explains how to define columns, data types, primary keys, and insert data into the new table.
Related topics: