Derived Channel
1.54K subscribers
252 photos
4 videos
374 files
68 links
القناة الأساسية
@stepbystep001

ومـما زادني شـرفـاً وتـيــهـاً
وكدت بأخمصي أطأ الـثريا
دخولي تحت قولك يا عبادي
وأن صـيَّرت أحمد لي نـبيـا
Download Telegram
1NF should not contain repeating columns.
Anonymous Quiz
89%
T
11%
F
Second Normal Form (2NF) is based on the concept of
Anonymous Quiz
20%
partial dependency
61%
full functional dependency.
19%
Both
Second Normal Form applies to relations with Only Single keys
Anonymous Quiz
48%
T
52%
F
Second Normal Form applies to relations with composite keys, that is, relations with a primary key composed of two or more attributes.
Anonymous Quiz
95%
T
5%
F
A relation with a single-attribute primary key is automatically in at least 2NF.
Anonymous Quiz
83%
T
17%
F
If the proper subset of candidate key determines non-prime attribute, it is called Full dependency.
Anonymous Quiz
44%
T
56%
F
A relation that is in First Normal Form and every non-primary-key attribute is fully functionally dependent on the primary key, then the relation is in
Anonymous Quiz
8%
1 NF
76%
2NF
16%
3 NF
AB -> C (جايه في الامتحان بكره ان شاء الله)
Anonymous Quiz
84%
A and B together determine C
16%
A or B determine C
If the following functional dependencies in relation R (A, B, C, D ) , AB -> C , BC -> D
Anonymous Quiz
83%
R is in 2NF.
13%
R is in 1NF.
4%
None
Third Normal Form [3NF] A relation that is in First and Second Normal Form and in which no non-primary-key attribute is transitively dependent on the primary key,
Anonymous Quiz
90%
T
10%
F
If A->B and B->C are two FDs then A->C is called transitive dependency.
Anonymous Quiz
89%
T
11%
F
The normalization of 2NF relations to 3NF involves the
Anonymous Quiz
76%
removal of transitive dependencies
12%
add of transitive dependencies
12%
Both
If a transitive dependency exists, we remove the transitively dependent attribute(s) from the relation by placing the attribute(s) in a new relation along with a copy of the determinant.
Anonymous Quiz
94%
T
6%
F
2NF is considered adequate for normal relational
Anonymous Quiz
40%
T
60%
F
المحاضره العاشره
… is a software used to manage data from a database.
Anonymous Quiz
14%
SQL
3%
Database
84%
DBMS
popular databases are
Anonymous Quiz
15%
MySQL
2%
Oracle
83%
Both of them
… is a system that enables you to store, modify and retrieve data in an organized way. It also provides security to the database
Anonymous Quiz
8%
SQL
6%
Database
86%
DBMS
refers to the process of identifying a user.
Anonymous Quiz
80%
Authentication
20%
Authorization
refers to the process of determining what a user can do.
Anonymous Quiz
80%
Authorization
20%
Authentication
DBMS provides many operations e.g. creating a database, storing in the database, updating an existing database, delete from the database.
Anonymous Quiz
97%
T
3%
F