Code has been added to clipboard!

Copying by Country With SQL SELECT INTO

Example
SELECT * INTO CustomerGermany
FROM Customers
WHERE Country = 'Germany';