cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

Why database/table names are in lower case ?

wyzer
Contributor II

Hello,

When I run this code :

CREATE DATABASE BackOffice

I see the database like this :

backoffice

Why everything is in lower case ?

Is it possible to configure Databricks in order to keep the real name ?

Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions

Kaniz
Community Manager
Community Manager

Hi @Salah K.​ , A table name can contain only lowercase alphanumeric characters and underscores and must start with a lowercase letter or underscore.

Source - https://docs.databricks.com/data/tables.html

View solution in original post

3 REPLIES 3

Kaniz
Community Manager
Community Manager

Hi @Salah K.​ , A table name can contain only lowercase alphanumeric characters and underscores and must start with a lowercase letter or underscore.

Source - https://docs.databricks.com/data/tables.html

wyzer
Contributor II

Hello,

Ok, too bad.

Thank you.

Hubert-Dudek
Esteemed Contributor III

It is managed by hive metastore as you can put it in different databases is saver this way as some database are Case Sensitive and some not (you can easily test it with standard WHERE syntax).

Probably you could change it with some hive settings but it will generate more problems than benefits.

Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.