
Use select and from on the video table to display data, then apply where, in, and like (percent) to filter by state and city.
Explore data manipulation language basics in hiveql, including insert into table values, insert with specified columns, update statements, delete statements, and simple selects for data analysis.
Create and modify database tables with data definition language, describe table structures, and explore relational database concepts like primary keys and table relationships.
Explore the different sql statement types—ddl, dml, and dcl—and learn how to create tables, insert, update, delete data, and grant access in sql and hiveql.
Explore what SQL is and why it powers relational databases. See how structured query language retrieves and manages data across databases like Sybase, SQL Server, and Informix.
Learn basics of Structured Query Languages, SQL along with basics of database, table and HiveQL. SQL used on Hive is HiveQL. These SQL's can be used in any database management systems like Oracle, Sybase, Informix, MS SQL Server etc. In this course we will use Hive for learning HiveQL basics. Anyone can learn it which can be useful in any database related job or analysis of data stored in a database. You can work on any database which is freely available for trial period or you have access to one at your job place. This course will make sure one understands why SQL and what is SQL.