CREATE TABLE Coupon(coupon_id INT PRIMARY KEY,percentage_discount INT NOT NULL); INSERT INTO Coupon VALUES(123456,20),(123457,38),(123458,50); DROP TABLE reviewes;CREATE TABLE reviewes(rev_id INT PRIMARY KEY,product_id VARCHAR(100) NOT NULL,cust_id VARCHAR(10) NOT NULL REFERENCES Customer(cust_id),rating INT NOT NULL,average_rating…
Ragulraj P
updated on 02 Dec 2022
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Ragulraj P (4)
Project 1
CREATE TABLE Coupon(coupon_id INT PRIMARY KEY,percentage_discount INT NOT NULL); INSERT INTO Coupon VALUES(123456,20),(123457,38),(123458,50); DROP TABLE reviewes;CREATE TABLE reviewes(rev_id INT PRIMARY KEY,product_id VARCHAR(100) NOT NULL,cust_id VARCHAR(10) NOT NULL REFERENCES Customer(cust_id),rating INT NOT NULL,average_rating…
02 Dec 2022 08:39 PM IST
Project 2
1.a.db.createcollection(“customer”); db.customer.insermany({[“_id”:1,”name”:”Sridhar”,”address”:”townhall”, “gender”:”m”}, …
02 Dec 2022 05:19 AM IST
Project 2
File Submitted below
22 Oct 2022 05:33 AM IST
Project 1
File Submitted.
20 Oct 2022 07:27 AM IST