ICT Assignment(4)
ICT Assignment(4)
‘Database’?
possible.
Redundancy?
Database:
Normalization.
storage space.
Normalization?
keys.
permanently.
and DCL.
commands:
database.
table.
commands:
tables.
Evaluation Engine.
efficiently.
coding is required.
resources.
Disadvantages of Views:
Functional dependency?
Then,
value of component Y.
dependent on X.
anymore.
model?
Ans: E-R model is an Entity-Relationship
the database.
in the database.
set.
entity type.
primary key.
‘Relations’
‘Attributes’.
schemas.
a time.
DELETE is executed.
Warehousing.
Join.
hunting?
performance by:
distribution.
‘Non-cluster’ index.
compiled.
Difficulty in interfacing.
Fragmentation?
tables as an Example:
employee table:
employee_info table:
in rows.
SQL Query:
WHERE employee.EmpID =
employee_info.EmpID ;
Result:
SQL Query:
employee_info;
Result:
second table.
SQL Query:
employee_info;
Result:
employee table:
employee_info table:
SQL Query:
employee_info.EmpID);
Result:
Right JOIN.
SQL Query:
employee_info.EmpID);
Result:
SQL Query:
employee_info on (employee.EmpID =
employee_info.EmpID);
Result:
manageability.
Q #42) Explain the importance of Database
partitioning.
partitioning are:
manageability.
tasks.
availability requirements.
single partition.
Key.
Ans: Primary key is that column of the table
key?
Triggers?
trigger.
Q #47) Define Stored procedures.
Relational model
Network model
Hierarchical model
lost data.
following queries.
Employee table
1004.
Ans:
Result:
Ans:
Ans:
LIKE ‘R%’;
Result:
Ans:
Result:
Result:
Emp table:
Ans:
GROUP BY empName;