Recursive relationships in a database design
How can we handled are recursive relationships in a database design? Describe briefly?
Expert
A recursive relationship is a relationship between entities of the same class, and is represented in the similar way as other relationships are. The rows of the tables can take two various roles, but. Some are parent rows, and the others are child rows. Furthermore, the table will contain both its own primary key and the foreign key which links back to the table itself. When a row has no parent, then the value of the foreign key column in which row will be null. If the row has a parent, then there should be a foreign key value in that row which corresponds to the primary key value of any other row in the table.
How can I partition any table in Sybase? Explain.
Describe the term Derivations, Stage Variables and Constants?
List out the various schemas which are supported by the BO Designer?
Explain the various types of the designer tools?
Explain the way to swap a db device along with other.
What are some of the demerits related with conventional file processing systems?
Illustrate the term data mart. What do you mean by it?
Illustrates a stored procedure?
Explain the term Chasm trap?
What is meant by the parameter file?
18,76,764
1946509 Asked
3,689
Active Tutors
1452837
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!