문제

Is there a way to display a sql LIKE-operator in relational algebra?

right now I have done it like this:

σfirstname LIKE ('B%')person

But I'm not sure if this is the right way to go.

Thanks in advance for the help.

도움이 되었습니까?

해결책

Here is a similar question covered earlier on this site regarding how to use LIKE in relational algebra. In that case, the professor had indicated that it was ok to use LIKE just as in SQL.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top