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

Reinaldo Perez, Databases 2 Weeks #348

Open
8 of 11 tasks
perezrei opened this issue Nov 18, 2021 · 0 comments
Open
8 of 11 tasks

Reinaldo Perez, Databases 2 Weeks #348

perezrei opened this issue Nov 18, 2021 · 0 comments
Assignees
Milestone

Comments

@perezrei
Copy link

perezrei commented Nov 18, 2021

perezrei/databases

Study Plan

  • SQLite Viewer
  • SQLite Node.js
  • Node-SQLite3

Week 1

  • started the exercises

Check-In

I Need Help With:

Nothing, Wednesday's Q&A call answered my questions

What went well?

The exercises. I enjoy databases exercises

What went less well?

Nothing particularly

Lessons Learned

  • Concepts about information systems, databases, RDMBs, relational models, tables, records, attributes, fields and keys
  • SQLite Viewer, navigate a SQLite database
  • Basic SQL queries: SELECT, ORDER BY, SELECT DISTINCT, WHERE, LIMIT, BETWEEN, LIKE, GROUP BY
  • Communicate with SQLite databases in JavaScript with sqlite3

Sunday Prep Work

  • Learn about primary keys, foreign keys, relationships and SQL injection
  • Learn how to write SQL queries to read data using: JOIN
  • Learn how to write basic SQL queries to create, update and delete records and tables using the following statements: INSERT, UPDATE, DELETE, CREATE TABLE, ALTER TABLE, DROP TABLE
@perezrei perezrei added this to the databases milestone Nov 18, 2021
@perezrei perezrei self-assigned this Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant