- 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
SQL statement to create a Restricted user in SAP HANA
It is very simple. You can create a Restricted user with below query −
CREATE [RESTRICTED] USER <user_name> [<remote_identity_option>] [<password_option> ] [<external_ident> ] [<with_ident_opts> ] [<validity_specification> ] [<set_user_parameters> ] [<ldap_group_authorization>]
In above SQL query, you have to pass following parameters −
<remote_identity_option>
Specifies a database user in another tenant database as the remote identity of the database user being created.
<password_option>
Specifies the user password of the user being created.
<external_ident>
Defines an external identification mechanism.
<external_identity>
Defines an external identity that is used to authenticate the user.
- Related Articles
- Creating a Restricted user in SAP HANA
- Create User SQL in SAP HANA database
- Adding PUBLIC role to restricted user in SAP HANA
- Use of Restricted user in SAP HANA system
- Creating a Standard user in SAP HANA system using SQL
- Create table SQL query in SAP HANA
- Create View SQL in SAP HANA database
- SQL statement to add a table as Virtual table in SAP HANA Smart Data Access
- Difference between Open SQL, Native SQL in SAP HANA
- Searching a user in SAP HANA system using HANA Studio
- Executing a SQL query in SAP HANA Studio
- M_Expensive statement in SAP HANA
- Sort data in SQL using Dynamic SQL in SAP HANA
- Setting validity of a user in SAP HANA
- Converting BLOB to Char in SAP HANA using SQL

Advertisements