Note that there are some explanatory texts on larger screens.

plurals
  1. PONeed advice: SQL database design
    primarykey
    data
    text
    <p>I'm getting ready to start the design of a database for a ASP.NET MVC application and I had a quick question about the best way to store information in a table.</p> <p>In the old version of my database, I had a table called <code>Phones</code> and It had around 40-50 different columns. </p> <p>Rather than having so many columns in a table, would you recommend keeping the "essential" data in the <code>Phones</code> table and then creating an additional table called <code>PhoneDetails</code> with the rest of the data?</p> <p>Thanks for your input!</p> <h2>Update</h2> <p>Here are the columns that are in my table: (there are 59 total)</p> <pre><code> [PhoneID] ,[Make] ,[Model] ,[ProcessorSpeed] ,[Dimensions] ,[Weight] ,[RAM] ,[Storage] ,[BatterySize] ,[TalkTime] ,[StandbyTime] ,[DisplayType] ,[Resolution] ,[DisplaySize] ,[RearCamera] ,[FrontCamera] ,[MinOS] ,[MaxOS] ,[NFC] ,[Notes] ,[Publish] ,[FullName] ,[Date] ,[Colors] ,[Sensors] ,[SIMCardType] ,[ChargingConnectors] ,[AVConnectors] ,[SystemConnectors] ,[USBVersion] ,[BluetoothVersion] ,[BluetoothProfiles] ,[WiFiVersion] ,[WiFiSecurityModes] ,[WirelessConnectivity] ,[GSMTypes] ,[GSMUpload] ,[GSMDownload] ,[LTETypes] ,[LTEUpload] ,[LTEDownload] ,[WCDMATypes] ,[WCDMAUpload] ,[WCDMADownload] ,[BatteryVoltage] ,[RemoveableBattery] ,[MaxMusicPlayback] ,[MaxVideoPlayback] ,[MaxWiFiTime] ,[ProcessorName] ,[ProcessorType] ,[RearAperture] ,[RearFocalLength] ,[RearMinFocusRange] ,[FlashType] ,[FlashOperatingRange] ,[FrontResolution] ,[FrontAperture] ,[DeviceGeneration] </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload