MSQL Custom Field Sorting II Sep 2, 2009
-- -------------------------------------------------------- -- -- Table structure for table `mytables` -- CREATE TABLE IF NOT EXISTS `mytables` ( `idx` tinyint(4) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `desc` varchar(255) DEFAULT NULL, PRIMARY KEY (`idx`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `mytables` -- INSERT INTO `mytables` (`idx`, `name`, `desc`) VALUES (1, 'animals', 'the animals table'); --... (Suite101.com)
Laughter relying on sinker Aug 30, 2009
Command is the primary key for Laughter. By LoneStarDugout. (Texas, TheInsiders.com)
Strategies for Success in Enterprise Architecture Jul 8, 2009
CREATE TABLE METER_DATA (METER_ID NUMBER(10,0) NOT NULL, READ_DT TIMESTAMP(0) NOT NULL, PREDICTED_WATTS NUMBER(10,0) NULL, CONSUMED_WATTS NUMBER(10,0) NULL, CUSTOMER_ID NUMBER(7,0) NOT NULL, SUPPLIER_ID NUMBER(10,0) NOT NULL PRIMARY KEY (METER_ID, READ_DT) USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 TABLESPACE avail_index STORAGE ( INITIAL 163840 NEXT 163840 PCTINCREASE 0 MINEXTENTS 1 MAXEXTENTS 2147483645 ) ). We can presume that the database system can store numeric data in internal binary... (Energy Pulse, CO)
What to expect from version 8.4 of PostreSQL database Mar 25, 2009
Think about fetching a primary key value, for example. Index-only scans are supported in most other major databases, and will be a great addition to a future version of Postgres. (Search Enterprise Linux)
Braves ready to solve camp questions Feb 12, 2009
If the Australian hurler can quickly regain his touch, he could prove to be a primary key to this season's success. Francoeur: During his first full Major League season in 2006, Francoeur hit 29 homers and enjoyed the first of back-to-back 100-RBI seasons. (MLB.com -- Atlanta Braves)