Skip to content

Instantly share code, notes, and snippets.

@yurijserrano
Created May 5, 2024 23:46
Show Gist options
  • Save yurijserrano/f6be80f8a11c52b655abb0110fd854b7 to your computer and use it in GitHub Desktop.
Save yurijserrano/f6be80f8a11c52b655abb0110fd854b7 to your computer and use it in GitHub Desktop.
Practice: SQL II - New Solution
ALTER TABLE vehicles
ADD color VARCHAR(255);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment