Skip to content

feridunAKYOL/databases

 
 

Repository files navigation

Databases

Contents


Module Summary

TOP


Learning Objectives

Programming Skills

  • Learn what relational database management systems (RDBMS) are
  • Learn about relational models, tables, relations, columns, rows and keys
  • Learn how to write structured query language (SQL)
  • Familiarize some theoretical concepts: information systems, databases, RDMBs, relational models, tables, records, attributes, fields and keys
  • Learn how to navigate a (SQLite) database
  • Learn how to write basic SQL queries using following statements: SELECT, ORDER BY, SELECT DISTINCT, WHERE, LIMIT, BETWEEN, LIKE

Tooling

TOP


Module Projects

Projects in this module will use the same folder structure & boilerplate code you learned in the previous web-apps module

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.1%
  • CSS 36.3%
  • HTML 13.6%