I am new to sql and need some help with this query. The tables are arranged as under:
Table name: ARTIST
Columns: ArtistID Genre
Values Sting Pop
Sting Rock
Bryan Rock
Table Name: GENRE
Column: GenreID
Values:
Electronica
Country
Pop
Rock
Table Name...
For creating a multi-langauge app, which is the best appraoch:
a. add a languageId column to primray key
b. add multiple descrirption columns for each language
eg:
original table:
categoryId
description
primary-key approach:
categoryId
languageId
description
multiple description column...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.