Arlon's CSUMB Intro to Database Systems CST-363 Module 8 Learning Journal #8/#24 for the (short) week Wednesday 06/16-Friday 06/18, year 2021

Arlon's CSUMB Intro to Database Systems CST-363 Module 8 Learning Journal #8/#24 for the (short) week Wednesday 06/16-Friday 06/18, year 2021

Prompt for week 8:

Briefly describe the three most important things - in your opinion- you learned in this course.

Three?

Before this class I didn't know you could A) do arithmetic in a mysql query, B) do a join just using a comma and I also did not know C) JavaScript of but we learned lots of other great things too, here is my list:

  1. JavaScript of
  2. Arithmetic in queries
  3. Joins just with a comma instead of saying inner join etc.
  4. Mongo Database
  5. SQL upon SQL, building programs with SQL ie inserts with selects like this one from our homework last week:
    /* load the hsddw customer table from hsd customer */
    
    insert into hsddw.customer 
    
    (customerid, customername, emaildomain, phoneareacode, city, state, zip)
     
    select customerid, concat( trim(lastname), ' ', trim(firstname)), substring(emailaddress, locate('@', emailaddress)+1),   
             substring(phone,1,3), city, state, zip 
    
    from hsd.CUSTOMER;
    (like I also mentioned in my journal last week).
  6. Spring Boot
  7. Joins, Joins Joins, and More Joins
  8. MySQL Workbench
  9. ER Diagrams
  10. Turning an ER Diagram into a working database with 'Forward Engineer...'

Things I will study more that I didn't learn as much as I would have liked from this class because of time constraints are:

  1. Disk Access
  2. B Trees
  3. B+ Trees
  4. Indexes
  5. Sparse Indexes

All The Database Knowledge is Extremely Useful And Greatly Appreciated So Thank You For The Great Class!!!

Life Journal Notes:

Hey - Human Rights - thehealthyamerican.org has religious exemption paperwork so you don't have to get your face melted off for the sake of the latest political nonsense.

Thanks for reading!

Comments

Popular posts from this blog

Service Learning Journal 56, Friday week 8 CST-462s Race,gender, Class in the Digital World

Module 2 Learning Journal 1-19-21

Arlon's CSUMB Intro to HTML CSS JavaScript Node PHP and Web Programming CST-336 Modules 8 Learning Journal #8/#48 for the week Wed 12/15-Tues 12/21, year 2021