Media Summary: Drop tables if they exist DROP TABLE IF EXISTS coins; DROP TABLE IF EXISTS tokens; -- Create coins table with unit_value as ... Create coins table with unit_value as VARCHAR to store "$" CREATE TABLE coins ( coin_name VARCHAR(50), quantity INT, ... Why this video is 7.5 hours long? Because Im solving ALL of the
Meesho Sql Hackerrank Question Medium - Detailed Analysis & Overview
Drop tables if they exist DROP TABLE IF EXISTS coins; DROP TABLE IF EXISTS tokens; -- Create coins table with unit_value as ... Create coins table with unit_value as VARCHAR to store "$" CREATE TABLE coins ( coin_name VARCHAR(50), quantity INT, ... Why this video is 7.5 hours long? Because Im solving ALL of the CREATE TABLE Orders ( order_id INT PRIMARY KEY, customer_id INT, order_date DATE, amount DECIMAL(10, 2) ) INSERT ... In this video I am solving "New Companies" on