You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql-ref-syntax-ddl-create-database.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,22 +42,25 @@ CREATE {DATABASE | SCHEMA} [ IF NOT EXISTS ] database_name
42
42
<dd>Path of the file system in which database to be created. If the specified path does not exist in the underlying file system, this command creates a directory with the path. If location is not specified, database will be created in default warehouse directory.</dd>
43
43
44
44
<dt><code><em>database_comment</em></code></dt>
45
-
<dd>Description for the database.</dd>
45
+
<dd>Specifies the description for the database.</dd>
0 commit comments