Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

review SQL data types #316

Open
ChristinaLK opened this issue Jan 7, 2021 · 2 comments
Open

review SQL data types #316

ChristinaLK opened this issue Jan 7, 2021 · 2 comments
Labels
help wanted Looking for Contributors

Comments

@ChristinaLK
Copy link
Contributor

Make the table of data types MUCH shorter + sqlite specific and add links to a full sqlite definition and other standards.

@ChristinaLK ChristinaLK added the help wanted Looking for Contributors label Jan 7, 2021
@nsoranzo
Copy link
Contributor

nsoranzo commented Mar 1, 2021

Some comments/ideas:

  • DB Browser for SQLite allows only INTEGER, TEXT, BLOB, REAL and NUMERIC, so I'd just reduce the first "Data types" table to these 5.
  • Covering all data types listed in e.g. the SQL:2016 standard is too long and quite likely out of scope for this lesson
  • The seconda table could be renamed to "SQL data types in different servers" and replace the "Access" column with SQLite.

@ChristinaLK
Copy link
Contributor Author

@nsoranzo that first suggestion is exactly what we're looking for!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Looking for Contributors
Projects
None yet
Development

No branches or pull requests

2 participants