Parent and Child Functions Flashcards

1
Q

PATH(ID_columnName, parent_columnName)

A

Returns a delimited text string with the identifiers of all the parents of the current identifier, starting with the oldest and continuing until current.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

PATHITEMREVERSE(path, position[, type])

A

Returns the item at the specified position from a string resulting from evaluation of a PATH function. Positions are counted backwards from right to left.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

PATHITEM(path, position[, type])

A

Returns the item at the specified position from a string resulting from evaluation of a PATH function. Positions are counted from left to right.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

PATHLENGTH(path)

A

Returns the number of parents to the specified item in a given PATH result, including self.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

PATHCONTAINS(path, item)

A

Returns TRUE if the specified item exists within the specified path.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly