- 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
Executing a table creation using UI in SAP HANA Studio
To execute the table creation, click on the green arrow mark on the top right corner. You will get a confirmation as below that a column table has been created in Schema AA_HANA11 with name DEMO_TABLE −
Statement 'create column table "AA_HANA11"."DEMO_TABLE"( "CUST ID" INTEGER null, "CUST NAME" VARCHAR (10) null)' successfully executed Affected Rows:0 in 5 ms 884 µs.
- Related Articles
- Creating a table using SAP HANA Studio UI option
- Executing a SQL query in SAP HANA Studio
- Using packages in SAP HANA studio
- Different table store type in SAP HANA Studio
- Creating a Delivery unit in SAP HANA using HANA Studio
- Exporting a Delivery unit in SAP HANA using HANA Studio
- Searching a user in SAP HANA system using HANA Studio
- Opening SQL editor using SAP HANA Studio
- Uninstalling license key in SAP HANA using Studio
- SAP HANA Modeling Perspective in HANA Studio
- Customizing SAP HANA Perspective in HANA Studio
- Use of Role tab in SAP HANA system using HANA Studio
- Adding a system in SAP HANA Studio
- Information exported using export system in SAP HANA Studio
- Maintaining vendor ID for Delivery unit in HANA using SAP HANA Studio

Advertisements