Hi everybodies!
How increase ProductId inside Product_Table when insert a new product according to following approach?
Language_Table:
Id Code
--------- ---------
1 ka
2 en
Product_Table:
ProductId
-------------
1
2
Product_Translation_Table:
TranslationId Title ProductId LanguageId
-------------- ------------------- ------------- ------------
1 Kompiuteruli 1 1
2 Computer 1 2
3 Radio 2 1
4 Radio 2 2