This document discusses how to create and manage databases and tables in Hive. It provides the syntax and examples for creating a database using the CREATE DATABASE statement. It also discusses dropping a database using the DROP DATABASE statement. Finally, it covers creating a table using the CREATE TABLE statement, including specifying columns, data types, comments, row formats and file storage formats. JDBC code examples are also provided for creating and dropping databases and creating a table.