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.
Describe why stored procedures decreased network traffic.
Explain Data Page Locking in Sybase.
Write down a brief note on the differentiation between informatics8x and 7x and what is newest version?
Describe how we can add a NOT NULL column to a table?
Explain the term Account and Directory options?
Explain difference types of the stages?
Name the main data structures used in these areas: Hierarchical data model, RDBMS and Network data model?
How to start/stop adaptive server enterprise while CPU reboots?
Explain what do you mean by the virtual warehouse?
Describe the meaning of each of the transaction stages supported by SQL Server?
18,76,764
1940538 Asked
3,689
Active Tutors
1442610
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!