Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Understanding Databases using SQL - Basic
Rating: 4.1 out of 5(88 ratings)
8,705 students

Understanding Databases using SQL - Basic

SQL with Entity Relationship Model and constraints
Created byMadhavi Vaidya
Last updated 4/2020
English

What you'll learn

  • As SQL provides a systematic method of creating, updating, retrieving, and storing information in a database.
  • As SQL allows to query data, sort data, and manipulate data in various ways
  • SQL is a backend technology that allows us to store and manipulate data with various programming language like Python ,languages on .Net plartform, Java, Android etc.

Course content

10 sections14 lectures1h 58m total length
  • Introduction7:58

    •Overview

    •Disadvantages of File Processing System

    •Advantages of Databases

    •Introduction to RDBMS

    •Overall System Architecture

    •A Database Management System is a collection of interrelated data. The set of programs are used to access the data.

    •Database contains information about an enterprise. It provides an environment that is both convenient and efficient to use.

    •A Database System is an integrated collection of related files, along with the details of interpretation of the data contained therein.

    A Database Management System (DBMS) is a software system that allows to access data situated in databases. The objective of DBMS is to provide a convenient and effective method of defining, storing and retrieving the information contained in the database.

  • Understand the characteristics and difference of MySQL and SQL offered by Oracle

Requirements

  • Need to have interest in learning programming in query like manner
  • Get excited about handling queries
  • Need to have interest in learning where to store and how to manipulate the data
  • Need to know English language as SQL statements are similar to it.

Description

Overview of Database Management Systems –

Overview of DBMS, Advantages of DBMS, Introduction to RDBMS, overall system architecture

Database Management System Models –

Relational model, Normalization, ER model, Mapping Cardinalities.

Structured Query Language –

DQL, DDL, DML, DCL, and TCL

Introduction to SQL, SQL Datatypes, Components of SQL, Range Operators(In, Between, Like, NULL Predicate), Clauses(into, where), Constraints, implementation of constraints in SQL


Who this course is for:

  • Anybody who wants who wants to handle data
  • Anybody who would like to carry out data analytics
  • Who would like to know about the concepts such as ERD and Constraints