I have this db below. I wonder how I should use the ID to identify each record.
Everything is connected from the classified_table
!
Two Questions:
Ben bu durumda her PK üzerinde AI kullanmalı mıyım?
Birileri (örneğin, "bmw_330ci_8939483") yalnızca bir ad_id
sınıflandırılmıştır tüm seçimi için bana FULL kodu verebilir misiniz?
Bu herhangi bir 'yanlışlar' fark ederseniz ben çok takdir normalleştirilmiş db ve iyi bir veritabanı iş yapma, yani ayrıntılı talimatlar için yeni duyuyorum ... Ayrıca lütfen bana bildirin db.
category table:
cat_id (PK)
cat_name
category_options table:
option_id (PK)
cat_id (FK)
option_name
option_values table:
value_id (PK)
option_id (FK)
value
classifieds table:
classified_id (PK)
ad_id (VARCHAR) something like "Bmw330ci_28238239832" which will appear in URL
poster_id (FK)
cat_id (FK)
area_id (FK)
headline
description
price
etc....
posters table:
poster_id (PK)
name
email
tel
password
area table:
area_id (PK)
area
community
Teşekkürler