- 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
Creating Index in Column based tables in SAP HANA
Note that an index not necessary to be NOT NULL. You can create an Index in SAP HANA database by using below query:
CREATE INDEX IDX_MY_INDEX ON TABLE1 (MY_COLUMN);
To know more about SAP HANA database, Modeling, and Administration features, you can refer our SAP HANA Text and Video tutorials:
https://www.tutorialspoint.com/sap_hana/
https://www.tutorialspoint.com/sap_hana_online_training/index.asp
- Related Articles
- Advantages of using Column based tables in SAP HANA
- Creating virtual tables from remote source in SAP HANA
- Creating column table in SAP HANA database
- Disadvantages of using row based tables in SAP HANA
- Getting an error on creating an Index in SAP HANA
- Using column base tables in SAP HANA Calculation view with Star Join
- Unloading tables in SAP HANA database
- Merging 2 tables with similar column name SAP HANA database
- SAP HANA Modeling on top of row and column base tables
- Creating a Restricted user in SAP HANA
- Creating a new table in SAP HANA
- Creating an Attribute view in SAP HANA
- Creating a Delivery unit in SAP HANA using HANA Studio
- Index server in SAP HANA system
- Checking all tables and schema in SAP HANA

Advertisements