answersLogoWhite

0

What is a recursive relationship?

Updated: 12/20/2022
User Avatar

Wiki User

12y ago

Best Answer

a function that recalls itself again and again is called recursive relationship.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a recursive relationship?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When a single entity is related to itself then the relationship is termed as?

It will be a recursive relationship.


What is a recursive relationship in databases?

A recursive relationship can be defined as A relationship that is expressed about multiple records within one table. As an example if we take an employee table then there are some employees who are supervisor and some who are being supervised. This is the relationship of Supervisor and supervisee is called a recursive relationship. More concrete definition of Recursive relationship can be A relationship between information held in a field, group of fields, or complete record and information of the same type held in one or more other occurrences of that record, or part thereof.


What is a relationship in databases?

A recursive relationship can be defined as A relationship that is expressed about multiple records within one table. As an example if we take an employee table then there are some employees who are supervisor and some who are being supervised. This is the relationship of Supervisor and supervisee is called a recursive relationship. More concrete definition of Recursive relationship can be A relationship between information held in a field, group of fields, or complete record and information of the same type held in one or more other occurrences of that record, or part thereof.


What is recursive association?

a recursive association - as a aggregation is a special form of association, so recursive aggregation can be called as recursive association ... AKASH SISODIYA ......IT ...


Are all recursive programs non recursive?

None of them is, obviously.


What does the word recursive mean?

Something that is recursive is something that repeats.


What is the definition of recursive?

The term recursive refers to the recurrence or repetition.


What is set difference between recursive and recursively enumerable but not recursive?

All recursive Languages are recursively enumerable. But not all the recursively enumerable languages are recursive. It is just like NP complete.


Is 4 9 19 39 79 159 recursive?

no it is not recursive


What does recursive mean?

Recursive refers to using a rule or procedure that can be applied repeatedly.


Is relativity relevent?

Think of c = sqrt (E/m)C is a representation of a physics constantE is a scalar recursive relationship of space/time relating energy causallym is a scalar recursive relationship of space/time relating mass causallyThe constant shows the scalar constant between these evolving causal systems of relationships (i.e. Relativity).Quantum Entangled Systems (QES)


Why recursive solution is better for tree traversal?

Because a tree is a recursive data-structure. It's easier to write (and easier to understand) a recursive program for handling it.