- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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.
- Related Articles
- Checking a table inside a schema in SAP HANA database
- Creating column table in SAP HANA database
- Checking tables in a schema in SAP HANA database
- Different schema types in SAP HANA database
- Checking schema creation in SAP HANA database
- Creating a new table in SAP HANA
- Maximum table count in a schema in SAP HANA
- Changing Ownership of schema in SAP HANA Database
- Example of creating a database view in SAP HANA
- Viewing data in a table in SAP HANA database
- Creating a table using SAP HANA Studio UI option
- Error: "invalid schema name" even if schema is present in the database in SAP HANA
- Default table type in SAP HANA database
- Password blacklist table in SAP HANA database
- Different table symbol in SAP HANA database

Advertisements