- 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
Checking schema creation in SAP HANA database
To check this detail, you should have access on “SYS” schema. Run the following SQL query and it will fetch the following columns −
SELECT * FROM "SYS"."SCHEMAS";
- Schema_Name
- Schema_Owner
- HAS_PRIVILEGES
- Create_Time
- Related Articles
- Checking tables in a schema in SAP HANA database
- Checking a table inside a schema in SAP HANA database
- Checking SAP HANA Schema owner name
- Checking authoring schema job details in SAP HANA
- Checking list of system schema in SAP HANA
- Checking all tables and schema in SAP HANA
- Different schema types in SAP HANA database
- Checking list of all available schema in SAP HANA
- Changing Ownership of schema in SAP HANA Database
- Error: "invalid schema name" even if schema is present in the database in SAP HANA
- Refreshing a schema after creating a table in SAP HANA database
- Authoring schema vs Physical schema in SAP HANA
- Using Schema mapping in SAP HANA
- Setting schema mapping in SAP HANA
- Taking backup of schema in SAP HANA

Advertisements