Related: Bioinformatics Certificate at CNAM, Bioinformatics MOC, Bioinformatics Career Change


About

Lecture notes + their atomic notes from the BNF101: Base Informatiques et Bases de Données class I’m taking during Fall 2024 at CNAM.

Unix Commands - BNF101 Test 1
cheat-sheet-unix-commands

BDD - SQL/R

why SQL?

Quote

it’s incredibly useful mentally in the way it makes you understand data key relationships and what can go wrong with matching this-field-to-that-field. reddit

topics-to-study-sql-R

Concepts

These are atomic notes based on my personal lecture notes. This allows me to link information across lectures and courses, without making my raw notes public. :)

Computer science basics

HTML & CSS

Database theory

  • Database Management Systems (DBMS) and three-schema architecture
  • MERISE Method of database design
    • MCD = modele conceptual données
    • cardinality-example-MCD
    • total participation vs partial participation
  • formes normales - normal forms in database formalization
  • PRIMARY KEY vs FOREIGN KEY

SQL/R

Other references

Unix Slides

BDD Slides