Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • I only have one to many relation with ATTRIBUTES to ART, i.e. a single author can have many arts but a single art will have only single AUTHOR, FORM, TYPE, SCHOOL etc. I have updated the database and created a view using above query, as since all the ID's are indexed, i hope its ok so far? Commented Sep 25, 2019 at 13:57
  • @Mercurial - Since it is 1:many, the table Art_author is not needed. Simply have Author_id in ArtData. Faster, simpler, less barbaric. Commented Oct 6, 2019 at 2:03