Database Terminology - A Beginners Guide
Key Takeaways
The video covers database terminology, including entity relationship diagrams and relational schemas, as a necessary step in preparing for coding in SQL and data manipulation.
Full Transcript
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 precisely a relational schema would look like this it represents a table in the shape of a rectangle the name of the tables at the top of the rectangle the column names are listed below all relational schemas in a database form the database schema you can also see lines indicating how tables are related in the database as you probably noticed we have some other features but we will leave their explanation for the next lecture once the database design process is done the next step would be to create the database to this moment it has been ideas planning abstract thinking and design at this stage it would be correct to say SQL can be used to set up the database physically as opposed to contriving it abstractly then you can enjoy the advantages of data manipulation it will allow you to use your data set to extract business insights that aim to improve the performance and efficiency of the business you are working for this process is interesting and practically the main part of the course will be related to that remember well-thought-out databases that are carefully designed and created are crucial prerequisites for data manipulation if you have done good work with these steps we could write effective queries and navigate in a database rather quickly you will often hear the term database management it comprises all these steps of business undertakes to design create and manipulate its databases successfully finally database administration is the most frequently encountered job amongst all a database administrator is the person providing daily care and maintenance of a database her scope of responsibilities is narrower regarding the ones carried out by a database manager but she is still indispensable for the database department of a company this lecture allowed us to learn certain terms you will be using often when dealing with a databases I can't wait to get to the next video where we will explain how meaningful a relational schema can be for you to understand the functioning of a certain database see you there
Original Description
👉🏻 Download Our Free Data Science Career Guide: https://bit.ly/2PRmbcf
👉🏻 Sign up for Our Complete Data Science Training with 57% OFF: https://bit.ly/30X99QQ
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 0!
► Consider hitting the SUBSCRIBE button if you LIKE the content: https://www.youtube.com/c/365DataScience?sub_confirmation=1
► VISIT our website: https://bit.ly/365ds
🤝 Connect with us LinkedIn: https://www.linkedin.com/company/365datascience/
365 Data Science is an online educational career website that offers the incredible opportunity to find your way into the data science world no matter your previous knowledge and experience. We have prepared numerous courses that suit the needs of aspiring BI analysts, Data analysts and Data scientists.
We at 365 Data Science are committed educators who believe that curiosity should not be hindered by inability to access good learning resources. This is why we focus all our efforts on creating high-quality educational content which anyone can
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from 365 Data Science · 365 Data Science · 19 of 60
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
▶
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Population vs Sample
365 Data Science
Data Science & Statistics: Levels of measurement
365 Data Science
Statistics Tutorials: Mean, median and mode
365 Data Science
Skewness
365 Data Science
What is a distribution?
365 Data Science
The Normal Distribution
365 Data Science
Central limit theorem
365 Data Science
Student's T Distribution
365 Data Science
Type I error vs Type II error
365 Data Science
Hypothesis testing. Null vs alternative
365 Data Science
The linear regression model
365 Data Science
Simple linear regression model. Geometrical representation
365 Data Science
INDEX and MATCH application of the two functions separately and combined [Advanced Excel]
365 Data Science
INDIRECT Excel Function: How it works and when to use it [Advanced Excel]
365 Data Science
VLOOKUP and MATCH another useful functions combination [Advanced Excel]
365 Data Science
VLOOKUP COLUMN and ROW - Handle large data tables with ease [Advanced Excel]
365 Data Science
The ELIF keyword [Python Fundamentals]
365 Data Science
Working with Tuples in Python
365 Data Science
Database Terminology - A Beginners Guide
365 Data Science
Relational Database Essentials
365 Data Science
Database vs Spreadsheet - Advantages and Disadvantages
365 Data Science
Conditional Statements and Loops
365 Data Science
Backpropagation – The Math Behind Optimization
365 Data Science
Monte Carlo: Forecasting Stock Prices Part I
365 Data Science
Monte Carlo: Forecasting Stock Prices Part II
365 Data Science
Monte Carlo: Forecasting Stock Prices Part III
365 Data Science
365 Data Science Online Program
365 Data Science
Data frames - Creating a data frame
365 Data Science
Data Science & Statistics: Slicing a matrix in R
365 Data Science
Data frames in R - Exporting data in R
365 Data Science
Data frames in R - Transforming data PART II
365 Data Science
Data Frames in R - Subsetting a data frame
365 Data Science
Data Science & Statistics: Matrix arithmetic in R
365 Data Science
Data Science & Statistics: Indexing an element from a matrix
365 Data Science
Data Frames in R - Extending a data frame
365 Data Science
Data Science & Statistics: Creating a matrix in R FASTER
365 Data Science
Data Science & Statistics: Creating a Matrix in R
365 Data Science
Data frames - Importing data in R
365 Data Science
Data frames in R - Getting a sense of your data
365 Data Science
Data frames in R - Transforming data PART I
365 Data Science
Data frames in R - Import a CSV in R
365 Data Science
Data Science & Statistics: Matrix operations in R
365 Data Science
Data Science & Statistics: Matrix recycling in R
365 Data Science
Tableau vs Excel: When to use Tableau and when to use Excel
365 Data Science
Download Tableau: Learn how to download Tableau Public
365 Data Science
Connecting data sources: Useful tips when connecting data sources to Tableau
365 Data Science
The Tableau interface: See how to navigate through the Tableau interface
365 Data Science
Tableau data visualization: Create your first Tableau visualization!
365 Data Science
Duplicating sheets: This is how to duplicate a sheet in Tableau
365 Data Science
Build a table in Tableau: The steps needed to create a simple table in Tableau
365 Data Science
Custom fields in Tableau: Using Tableau operators to create custom fields
365 Data Science
Custom fields in Tableau: Add calculations to tables through custom fields
365 Data Science
Totals in Tableau: Learn how to display subtotals and totals in Tableau
365 Data Science
Gross Margin calculation in Tableau
365 Data Science
What is a filter in Tableau: Set up a filter in Tableau to specify the data you want to show
365 Data Science
Joins in Tableau: Inner, outer, left, or a right join in Tableau
365 Data Science
Building a Tableau dashboard: Three types of charts you want to have in a Tableau dashboard
365 Data Science
Creating great looking charts in Tableau: Real life Exercise on charts in Tableau
365 Data Science
Joins in Tableau: Choose the correct join type
365 Data Science
How to make a data check in Tableau: A quick data check is better than no data check
365 Data Science
More on: Data Literacy
View skill →Related AI Lessons
⚡
⚡
⚡
⚡
The Attention Economy: Your Attention Is Worth More Than Gold
Medium · Data Science
What I Learned Building a Tableau Dashboard for Deloitte’s Data Analytics Simulation
Medium · Data Science
Six Months, 9,541 Restaurant Development Records, and What the Data Actually Says
Medium · Data Science
CRM Analitiği ile Müşteri Değerini Anlamak: RFM, CLTV ve Predictive CLTV Rehberi
Medium · Data Science
🎓
Tutor Explanation
DeepCamp AI