- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
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
Different table symbol in SAP HANA database
In SAP HANA Studio, you can check the table type from table symbol under Schema. In below snapshot you can see the different symbol for row table and a column table.
TEST_Row − Row store table.
SHOPFACT − Column store table
To change the table type, you can use alter table command.
Alter table column table_name;
- Related Articles
- Different schema types in SAP HANA database
- Default table type in SAP HANA database
- Creating column table in SAP HANA database
- Password blacklist table in SAP HANA database
- Viewing data in a table in SAP HANA database
- Changing storage type of table in SAP HANA database
- Different table store type in SAP HANA Studio
- Different database objects inside Catalog folder in SAP HANA Studio
- Checking a table inside a schema in SAP HANA database
- Inserting an Array to a table in SAP HANA database
- SAP HANA database functions in HANA Cockpit
- Refreshing a schema after creating a table in SAP HANA database
- Differentiating between row and column store table in SAP HANA database
- Understanding a database view in SAP HANA database
- Finding a database view in SAP HANA database

Advertisements