Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Having the table with the following metadata: ratings ( posted TIMESTAMP, cust _ id INT, prod _ id INT, rating TINYINT, message STRING ) Write

Having the table with the following metadata:
ratings
(posted TIMESTAMP,
cust_id INT,
prod_id INT,
rating TINYINT,
message STRING)
Write a HiveQL query to find the five most common trigrams (three-word
combinations) using ngrams function in the comments for the prod_id =4756. Products comments are in the message field of table ratings

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions