Skip to content

Instantly share code, notes, and snippets.

@yurijserrano
Created May 6, 2024 02:20
Show Gist options
  • Save yurijserrano/0e35ee820a2355dd2f73ac19d2f301c7 to your computer and use it in GitHub Desktop.
Save yurijserrano/0e35ee820a2355dd2f73ac19d2f301c7 to your computer and use it in GitHub Desktop.
Practice: SQL IV - New Solution
ALTER TABLE drivers
ADD email VARCHAR(255);
ALTER TABLE drivers
ADD address VARCHAR(255);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment