LibraryCarpentry / lc-sql

Library Carpentry: SQL
https://librarycarpentry.org/lc-sql/
Other
13 stars 37 forks source link

Creating Tables and Modifying Data #125

Closed jyssy closed 3 years ago

jyssy commented 3 years ago

What do we think about importing or discussing the creating and/or writing to a dB (writing rows)? Maybe in Bonus_episodes (what was used in software_carpentry as a help?): https://github.com/swcarpentry/sql-novice-survey/blob/gh-pages/_episodes/09-create.md

give attribution to any other carpentries lessons used

mimkes commented 3 years ago

I have created the page https://github.com/mimkes/lc-sql/blob/gh-pages/_episodes/create.md and I am working on it. Can you see it?

jyssy commented 3 years ago

I see it

On Fri, May 14, 2021 at 12:19 Julika Mimkes @.***> wrote:

I have created the page https://github.com/mimkes/lc-sql/blob/gh-pages/_episodes/create.md and I am working on it. Can you see it?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/LibraryCarpentry/lc-sql/issues/125#issuecomment-841388527, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHH5IQTEGHARQPNV37DZNIDTNVLRNANCNFSM444WC67A .

-- Jesse L.

libcce commented 3 years ago

@mimkes I can see it too and I think it is fine to submit it as a PR, as a new episode after DB design. There are a number of PRs I want to make to it but I think instead of doing it in your repo, we can start doing it in the lc-sql repo. Thank you for creating this!!!

mimkes commented 3 years ago

Thank you for the encouragement! I have created this pull request. https://github.com/LibraryCarpentry/lc-sql/pull/131

libcce commented 3 years ago

I've merged but leaving this issue open... so that we can now review and make separate PRs. Also, I created PRs to reorder the episodes.

libcce commented 3 years ago

@mimkes thank you again for creating the new episode on creating/modifying data! Let's close this issue and open new issues/PRs separately for the episode.