Library

Video Player is loading.
 
Current Time 0:00
Duration 4:18
Loaded: 0%
 

x1.00


Back

Games & Quizzes

Training Mode - Typing
Fill the gaps to the Lyric - Best method
Training Mode - Picking
Pick the correct word to fill in the gap
Fill In The Blank
Find the missing words in a sentence Requires 5 vocabulary annotations
Vocabulary Match
Match the words to the definitions Requires 10 vocabulary annotations

You may need to watch a part of the video to unlock quizzes

Don't forget to Sign In to save your points

Challenge Accomplished

PERFECT HITS +NaN
HITS +NaN
LONGEST STREAK +NaN
TOTAL +
- //

We couldn't find definitions for the word you were looking for.
Or maybe the current language is not supported

  • 00:00

    to complete our theoretical preparation we will  need to learn more database terminology this is  
    to complete our theoretical preparation we will  need to learn more database terminology this is  

  • 00:06

    a necessary step that will help us when we start  coding in SQL later let's go through the entire  
    a necessary step that will help us when we start  coding in SQL later let's go through the entire  

  • 00:12

    process of creating a database assume our database  containing customer cells data has not been set  
    process of creating a database assume our database  containing customer cells data has not been set  

  • 00:19

    up yet okay so imagine you are the shop owner and  you realize you have been selling goods quite well  
    up yet okay so imagine you are the shop owner and  you realize you have been selling goods quite well  

  • 00:26

    recently and you have more than a million rows of  data what do you need then a database but you know  
    recently and you have more than a million rows of  data what do you need then a database but you know  

  • 00:34

    nothing about databases who do you call an SQL  specialist no you need a database designer she  
    nothing about databases who do you call an SQL  specialist no you need a database designer she  

  • 00:42

    will be in charge of deciding how to organize the  data into tables and how to set up the relations  
    will be in charge of deciding how to organize the  data into tables and how to set up the relations  

  • 00:47

    between these tables this step is crucial if the  database design is not perfect from the beginning  
    between these tables this step is crucial if the  database design is not perfect from the beginning  

  • 00:54

    your system will be difficult to work with and  wouldn't facilitate your business needs you will  
    your system will be difficult to work with and  wouldn't facilitate your business needs you will  

  • 01:00

    have to start over again considering the time  and data and money involved in the process you  
    have to start over again considering the time  and data and money involved in the process you  

  • 01:07

    want to avoid going back to point zero what  do database designers actually do they plot  
    want to avoid going back to point zero what  do database designers actually do they plot  

  • 01:14

    the entire database system on a canvas using a  visualization tool there are two main ways to do  
    the entire database system on a canvas using a  visualization tool there are two main ways to do  

  • 01:20

    that one is drawing an entity relationship  diagram an ER diagram for brief it looks  
    that one is drawing an entity relationship  diagram an ER diagram for brief it looks  

  • 01:27

    like this and as its name suggests the different  figures represent different data entities and the  
    like this and as its name suggests the different  figures represent different data entities and the  

  • 01:33

    specific relationships we have between entities  the connections between tables are indicated  
    specific relationships we have between entities  the connections between tables are indicated  

  • 01:39

    with lines this way of representing databases is  powerful and professional but it is complicated  
    with lines this way of representing databases is  powerful and professional but it is complicated  

  • 01:45

    we will not focus in depth on ER diagrams in this  course but you should know they exist and refer to  
    we will not focus in depth on ER diagrams in this  course but you should know they exist and refer to  

  • 01:52

    the process of database design another form of  representation of a database is the relational  
    the process of database design another form of  representation of a database is the relational  

  • 01:58

    schema this is an existing idea of how the  database must be organized it is useful when  
    schema this is an existing idea of how the  database must be organized it is useful when  

  • 02:04

    you are certain of the structure and organization  of the database you would like to create more  
    you are certain of the structure and organization  of the database you would like to create more  

  • 02:09

    precisely a relational schema would look like this  it represents a table in the shape of a rectangle  
    precisely a relational schema would look like this  it represents a table in the shape of a rectangle  

  • 02:15

    the name of the tables at the top of the rectangle  the column names are listed below all relational  
    the name of the tables at the top of the rectangle  the column names are listed below all relational  

  • 02:22

    schemas in a database form the database schema  you can also see lines indicating how tables are  
    schemas in a database form the database schema  you can also see lines indicating how tables are  

  • 02:28

    related in the database as you probably noticed we  have some other features but we will leave their  
    related in the database as you probably noticed we  have some other features but we will leave their  

  • 02:34

    explanation for the next lecture once the database  design process is done the next step would be to  
    explanation for the next lecture once the database  design process is done the next step would be to  

  • 02:40

    create the database to this moment it has been  ideas planning abstract thinking and design at  
    create the database to this moment it has been  ideas planning abstract thinking and design at  

  • 02:47

    this stage it would be correct to say SQL can be  used to set up the database physically as opposed  
    this stage it would be correct to say SQL can be  used to set up the database physically as opposed  

  • 02:53

    to contriving it abstractly then you can enjoy the  advantages of data manipulation it will allow you  
    to contriving it abstractly then you can enjoy the  advantages of data manipulation it will allow you  

  • 03:00

    to use your data set to extract business insights  that aim to improve the performance and efficiency  
    to use your data set to extract business insights  that aim to improve the performance and efficiency  

  • 03:05

    of the business you are working for this process  is interesting and practically the main part of  
    of the business you are working for this process  is interesting and practically the main part of  

  • 03:11

    the course will be related to that remember  well-thought-out databases that are carefully  
    the course will be related to that remember  well-thought-out databases that are carefully  

  • 03:16

    designed and created are crucial prerequisites for  data manipulation if you have done good work with  
    designed and created are crucial prerequisites for  data manipulation if you have done good work with  

  • 03:22

    these steps we could write effective queries  and navigate in a database rather quickly you  
    these steps we could write effective queries  and navigate in a database rather quickly you  

  • 03:28

    will often hear the term database management it  comprises all these steps of business undertakes  
    will often hear the term database management it  comprises all these steps of business undertakes  

  • 03:33

    to design create and manipulate its databases  successfully finally database administration is  
    to design create and manipulate its databases  successfully finally database administration is  

  • 03:40

    the most frequently encountered job amongst all  a database administrator is the person providing  
    the most frequently encountered job amongst all  a database administrator is the person providing  

  • 03:46

    daily care and maintenance of a database her scope  of responsibilities is narrower regarding the ones  
    daily care and maintenance of a database her scope  of responsibilities is narrower regarding the ones  

  • 03:52

    carried out by a database manager but she is still  indispensable for the database department of a  
    carried out by a database manager but she is still  indispensable for the database department of a  

  • 03:58

    company this lecture allowed us to learn certain  terms you will be using often when dealing with  
    company this lecture allowed us to learn certain  terms you will be using often when dealing with  

  • 04:04

    a databases I can't wait to get to the next  video where we will explain how meaningful a  
    a databases I can't wait to get to the next  video where we will explain how meaningful a  

  • 04:09

    relational schema can be for you to understand the  functioning of a certain database see you there
    relational schema can be for you to understand the  functioning of a certain database see you there

All

Database Terminology - A Beginners Guide

14,750 views

Intro:

to complete our theoretical preparation we will  need to learn more database terminology this is  
a necessary step that will help us when we start  coding in SQL later let's go through the entire  
process of creating a database assume our database  containing customer cells data has not been set  
up yet okay so imagine you are the shop owner and  you realize you have been selling goods quite well  
recently and you have more than a million rows of  data what do you need then a database but you know  
nothing about databases who do you call an SQL  specialist no you need a database designer she  
will be in charge of deciding how to organize the  data into tables and how to set up the relations  
between these tables this step is crucial if the  database design is not perfect from the beginning  
your system will be difficult to work with and  wouldn't facilitate your business needs you will  
have to start over again considering the time  and data and money involved in the process you  
want to avoid going back to point zero what  do database designers actually do they plot  
the entire database system on a canvas using a  visualization tool there are two main ways to do  
that one is drawing an entity relationship  diagram an ER diagram for brief it looks  
like this and as its name suggests the different  figures represent different data entities and the  
specific relationships we have between entities  the connections between tables are indicated  
with lines this way of representing databases is  powerful and professional but it is complicated  
we will not focus in depth on ER diagrams in this  course but you should know they exist and refer to  
the process of database design another form of  representation of a database is the relational  
schema this is an existing idea of how the  database must be organized it is useful when  
you are certain of the structure and organization  of the database you would like to create more  

Video Vocabulary

/ˈfiɡyər/

noun other verb

number. People who are very important or famous. have significant part or role in situation etc..

/krēˈāt/

verb

bring into existence.

/inˈvälvd/

adjective verb

Being complicated. To have or be included as a part of something.

/ˈpräˌses/

noun verb

Dealing with official forms in the way required. To prepare by treating something in a certain way.

/kəˈnekSH(ə)n/

noun other

link or relationship. People you know who can help you in some way.

/ˈdīəˌɡram/

noun verb

A drawing intended to explain how something works. represent in graphic form.

/ˈôrɡəˌnīz/

verb

arrange systematically.

/THēəˈredək(ə)l/

adjective

concerned with or involving theory of subject or area of study rather than its practical application.

/əˈnəT͟Hər/

adjective determiner pronoun

One more, but not this. used to refer to additional person or thing of same type as one. One more (thing).

/ˈmilyən/

number

1,000,000.

/sel/

verb

give or hand over something in exchange for money.

/ˈrē(ə)ˌlīz/

verb

become fully aware of something as fact.

/rəˈlāSH(ə)nˌSHip/

noun other

way in which two or more people or things are connected. Romantic or loving friendships between two people.

/ˌekspləˈnāSH(ə)n/

noun

statement or account that makes something clear.