Don’t worry, unlock all articles / blogs on PrepInsta by just simply logging in on our website
Type atleast 3 characters
Popular Searches
Trending Pages
Notifications Mark All Read
No New notification
InfyTQ Menu9>
PREPINSTA PRIME
Get Hiring Updates right in your inbox from PrepInsta
Question 1
Full functional dependency
Partial functional dependency
Transitive functional dependency
Both B and C
Start
Question 2
OLTP
OLAP
OLAM
None of the above
Question 3
not in 2NF
in 2NF but not in 3NF
in 3NF but not in 2NF
in both 2NF and 3NF
Question 4
has multiple candidate keys
has candidate keys that are composite
has overlapped candidate keys
all of the above
Question 5
Transitive dependency
Join dependency
Multivalued dependency
None of these
Question 6
Where, from
From, select
Select, from
From, where
Question 7
Select name,course_id from teaches,instructor where instructor_id=course_id;
Select name, course_id from instructor natural join teaches;
Select name, course_id from the instructor;
Select course_id from instructor join teaches;
Question 8
Salary, dept_id
Employee
Salary
All the field of employee relation
Question 9
&
_
%
$
Question 10
One class may have many teachers
One teacher can have many classes
Many classes may have many teachers
Please login to report