Database Administration Fundamentals (SF21SQL1001) – Day 3

We continue manipulating data (without making changes in the database). We have covered functions that affect strings and numeric values — including `FORMAT()` to change currency and date values.

  FORMAT(numeric_value, format_needed, culture)
  FORMAT(numeric_value_money, 'c', 'en-us')
  FORMAT(numeric_value_date,  'd', 'en-us')
  FORMAT(numeric_value_date,  'D', 'en-us')

Download the class notes for day 3.

Get Started with a List of Reference Sites: Where to Get Help When Needed or What to Read When Bored

Get yourself a list of websites and other resources to read and for reference. The following are some recommendations.

  1. https://arstechnica.com/
  2. https://apachefriends.org/
  3. https://cloudsavvyit.com/
  4. https://cnet.com/
  5. https://dev.to/
  6. https://freecodecamp.org/
  7. https://mariadb.org/
  8. https://mongodb.com/
    https://mongodb.com/blog
  9. https://mysql.com/
  10. https://news.ycombinator.com/
  11. https://oracle.com/
  12. https://phpmyadmin.net/
  13. https://postgresql.org/
  14. https://slashdot.org/
  15. https://sqlite.org/
  16. https://techonthenet.com/
    https://techonthenet.com/sql_server/
  17. https://techrepublic.com/
  18. https://wired.com/