Open dolzi opened 1 year ago
SELECT
nameFirst, nameLast, birthCountry, birthCity, weight, height
FROM people
WHERE birthCountry
LIKE '%Korea%';
SELECT nameFirst, nameLast, birthCountry, birthCity, weight, height FROM people WHERE birthCountry LIKE '%Korea%';
SELECT nameFirst, nameLast, birthCountry, birthCity, weight, height FROM people WHERE birthCountry LIKE '%Korea';
#8 SELECT nameFirst, nameLast, birthCountry, birthCity, weight, height FROM people WHERE birthCountry LIKE '%Korea';
SELECT nameFirst, nameLast, birthCountry, birthCity, weight, height from people where birthCountry like '%Korea';
SELECT nameFirst, nameLast,birthCountry, birthCity, weight, height FROM people WHERE birthcountry LIKE '%Korea%';
8.
SELECT nameFirst, nameLast, birthCountry, birthCity,weight, height FROM people WHERE birthCountry LIKE '%korea'
SELECT nameFirst, nameLast, birthCountry, birthCity, weight, height FROM people WHERE birthcountry LIKE '%Korea';
select namefirst, namelast, birthcountry, birthcity, weight, height from people where birthCountry like '%korea%';
8. select nameFirst, nameLast, birthCountry, birthCity, weight, height from people where birthCountry like '%Korea%';
SELECT nameFirst, nameLast, birthCountry, birthCity, weight, height FROM people WHERE birthCountry LIKE '%Korea%';
SELECT nameLast, nameLast, birthCountry, birthCity,weight, height FROM people WHERE birthcountry LIKE '%korea%';