SQL SELECT Statement

Published: 20 February 2024
on channel: Kichere The Data Scientist
26
0

SQL SELECT Statement

copy script to follow along:
CREATE TABLE customers1 (
Id INT,
name VARCHAR(50),
city VARCHAR(50),
country VARCHAR(50),
postalcode INT
);

-- Insert data into the table
INSERT INTO customers1 (Id, name, city, country, postalcode) VALUES
(1, 'Maria', 'Paris', 'France', 44000),
(2, 'Victoria', 'Lisboa', 'Portugal', 1756),
(3, 'Simon', 'Nantes', 'France', 44000),
(4, 'Marry', 'Nantes', 'France', 1675);


On this page of the site you can watch the video online SQL SELECT Statement with a duration of hours minute second in good quality, which was uploaded by the user Kichere The Data Scientist 20 February 2024, share the link with friends and acquaintances, this video has already been watched 26 times on youtube and it was liked by 0 viewers. Enjoy your viewing!