Difference between revisions of "Database Table: dudata"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'dudata =Definition= <source lang="sql"> CREATE TABLE dudata ( userid INT UNSIGNED NOT NULL, area CHAR(1) NOT NULL, areaid INT UNSIGNED ...')
 
Line 1: Line 1:
[[Category: Database Table|dudata]]
+
= Definition =
=Definition=
+
 
 
<source lang="sql">
 
<source lang="sql">
 
CREATE TABLE dudata (
 
CREATE TABLE dudata (
Line 11: Line 11:
 
</source>
 
</source>
  
=Relationships=
+
= Relationships =
 +
 
 +
= Location =
  
=Location=
 
 
[[Clustered database]]
 
[[Clustered database]]
 +
 +
[[Category: Database Tables|dudata]]

Revision as of 15:40, 31 March 2009

Definition

CREATE TABLE dudata (
  userid   INT UNSIGNED NOT NULL,
  area     CHAR(1) NOT NULL,
  areaid   INT UNSIGNED NOT NULL,
  bytes    MEDIUMINT UNSIGNED NOT NULL,
  PRIMARY KEY (userid, area, areaid)
)

Relationships

Location

Clustered database