Refreshing a schema after creating a table in SAP HANA database


Let us say you have executed the below create table SQL statement in HANA database −

Create Table Demo_HANA (
ID INTEGER,
NAME VARCHAR(10),
PRIMARY KEY (ID)
);

To check the table in HANA database, navigate to AA_HANA11 schema and right click and refresh (F5). Navigate to “Table” folder and you can see new table with name Demo_HANA is created.

Updated on: 21-Feb-2020

300 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements