- 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
Creating column table in SAP HANA database
To create a Column store table, you need to enter “Column” keyword in Create table command.
Create column Table Test_ColumnTB1 ( Cust_ID INTEGER, Cust_NAME VARCHAR(10), PRIMARY KEY (Cust_ID) );
- Related Articles
- Refreshing a schema after creating a table in SAP HANA database
- Differentiating between row and column store table in SAP HANA database
- Creating a new table in SAP HANA
- Example of creating a database view in SAP HANA
- Default table type in SAP HANA database
- Password blacklist table in SAP HANA database
- Different table symbol in SAP HANA database
- Creating Index in Column based tables in SAP HANA
- Viewing data in a table in SAP HANA database
- Creating a table using SAP HANA Studio UI option
- Changing storage type of table in SAP HANA database
- SAP HANA row and column store table
- 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

Advertisements