Please enable JavaScript.
Coggle requires JavaScript to display documents.
BI (EBI, Data, 定义, 数据可视化, 数据分析), relational database, HRMS-Employee Schema…
-
relational database
normalization
-
-
-
-
举例
all technical questions ans easy to find; what's for? Way of checking out if you know it, how much do you know it, can you communicate it with other people
-
table
-
table constraints
-
-
-
default
The default constraint is used to set the value of the attributes in case no value is passed while insertion is taking place in the database.
This ensures that ambiguity does not arise in the stored data and the stored data remains meaningful. By the use of default constraints, we save the costs of cleaning and processing data before analysis.
check
Check constraint is explicitly put by the user while creating the table or is introduced when the table is being altered.
It can be applied to one single attribute or can be applied to the whole table. It helps us ensure that the value we are inserting in our database satisfies the required condition.
-
-
-
-
DDL
definition
create, alter, drop, truncate, rename, commit
比较delte和truncatre
-
rollback, commit(transaction)
-
DML
maniputlation
select, delte, update, insert, merge
ALTER Command is used to add, delete, modify the attributes of the relations (tables) in the database. UPDATE Command is used to update existing records in a database.
-
-
-
-
HRMS-Employee Schema
-
SQL Team, python engineering & APP devel Team
-
-
-
-
python Basics
list
-
-
-
.sort(key = None, reverse = False)
-
set
-
add
-
tuple, immutable, hence hashable, hence can add
update
for >1 elements to add, accept list, string, tuples, sets
-
-
-
-
-
-
-
-
-