Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Guiri
Starting Member
1 Post |
Posted - 2008-11-24 : 13:24:11
|
| Hi, I'm new to SQL and I would like to "translate" some relational algebra sentences to SQL language.For exampleA:= Category (priority=1)B:= A x ArticleC:= B (A.ID_category=article.ID_category)R:= C [ID_article, description]Any help? |
|
|
robvolk
Most Valuable Yak
15732 Posts |
|
|
|
|
|