Coder Social home page Coder Social logo

ztm_complete-sql-and-databases-bootcamp-2021's Introduction

ZTM_Complete-SQL-and-Databases-Bootcamp-2021

Holds my course work for ZTM Complete SQL and Database Bootcamp [2021]

Key Terms

  1. Declarative - States what will happen

  2. Imperative - States how it will happen

  3. File Processing Systems - Precessors to DB, data will be saved in individual files and files don't have any relationship

  4. Database Model - Hierarchial, Networking, Entity-Relationship, Relational, Object Oriented, flat, Semi-structured

  5. Hierarchial Database Model - Contains data in form of parent child models with tree structure. Data is tightly coupled, i.e. when parent is removed all its children will be removed. It supports one to man relationship (One parent to many children) Eg:- XML

  6. Networking Database Model - It expands hierarchical model by providing many to many relationships. Parent can have many children and children can have more than one parent.

  7. Tables - Representation of Database Object. Each Table has a name. Each Column represent specific type of data. Rows represent one single representation of the data.

  8. OLTP - Online Transaction Processing (Store & Categories data in RDB)

  9. OLAP - Online Analytical Processing (Data in data warehouse and analysis) Resource

  10. A playground for SQL - www.db-fiddle.com

  11. SQL Exercises - W3Schools

  12. SQL starter quiz - https://www.jetpunk.com/user-quizzes/1336712/sql-starter-quiz

SQL Query

image

image

SELECT - Retreieve Data

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.