
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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 Questions & Answers
- 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
- Creating a new table in SAP HANA
- Different schema types in SAP HANA database
- Checking schema creation in SAP HANA database
- Maximum table count in a schema in SAP HANA
- Example of creating a database view in SAP HANA
- Changing Ownership of schema in SAP HANA Database
- Creating a table using SAP HANA Studio UI option
- Viewing data in a table in SAP HANA database
- Authoring schema vs Physical schema in SAP HANA
- Inserting an Array to a table in SAP HANA database
- Different table symbol in SAP HANA database
- Default table type in SAP HANA database
Advertisements