huaxingao commented on a change in pull request #26759: [SPARK-28794][SQL][DOC] Documentation for Create table Command URL: https://github.com/apache/spark/pull/26759#discussion_r368041028
########## File path: docs/sql-ref-syntax-ddl-create-table.md ########## @@ -19,4 +19,14 @@ license: | limitations under the License. --- -**This page is under construction** +### Description +`CREATE TABLE` statement is used to define a table in an exsisting database. + +The CREATE statements: +* [CREATE TABLE USING DATASOURCE](sql-ref-syntax-ddl-create-table-datasource.html) +* [CREATE TABLE USING HIVE FORMAT](sql-ref-syntax-ddl-create-table-hiveformat.html) +* [CREATE TABLE LIKE](ssql-ref-syntax-ddl-create-table-like.html) Review comment: broken link ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
