223 views
2 votes
2 votes
Book(year_of_publication, Title, Acc_no(primary key))

then what does the following expression mean? (does it even mean anything)

s={ t | ∀ u∈Book(t[year_of_publication] = u[year_of_publication] ∧ t[title] = u[title] )}

Please log in or register to answer this question.

Related questions

1 votes
1 votes
2 answers
1
tarunmaganti asked Apr 15, 2018
771 views
If there are three tables to choose from -Sailors(sid,sname); Reserves(sid,bid); Boats(bid,color)Question is to choose a sailor who reserved a red boat.My question is wha...
1 votes
1 votes
1 answer
2
prasitamukherjee asked Jun 23, 2015
418 views
I can't really understand the difference between the two statements :a)for all x(C(x)->F(x))b)there exists x(C(x)->F(x))C(x)=x is a comedianF(x)=x is funnythe domain cons...
4 votes
4 votes
1 answer
3
Aakanchha asked May 22, 2015
5,184 views
Build an FA that accepts the language of all strings of a's and b's such that next-to-last letter is an $a$.
2 votes
2 votes
1 answer
4