ocdatabases.blogspot.com
Orange Coast Database Associates: CASE expressions
http://ocdatabases.blogspot.com/2012/09/case-expressions.html
Sunday, September 9, 2012. There are times when you want to pick one of several alternatives for a field in your select list. The examples we are going to use are from our bookstore database ( click to download at box.com. CASE selector when expr1 then value1 when expr2 then value2 . when exprN then valueN else value 3. The else clause is optional. The alternative is selected based on the value of the selector. CASE when expr1 then value1 when expr2 then value2 . when exprN then valueN else value 3.
ocdatabases.blogspot.com
Orange Coast Database Associates: Supplier-Parts Database SQL Script
http://ocdatabases.blogspot.com/2012/04/supplier-parts-database-sql-script.html
Saturday, April 14, 2012. Supplier-Parts Database SQL Script. SNUM int NOT NULL PRIMARY KEY,. SNAME varchar(16) NOT NULL UNIQUE,. STATUS int NOT NULL,. CITY varchar(20) NOT NULL. PNUM int NOT NULL PRIMARY KEY,. PNAME varchar(18) NOT NULL,. COLOR varchar(10) NOT NULL,. WEIGHT decimal(4,1) NOT NULL,. CITY varchar(20) NOT NULL,. UNIQUE (PNAME, COLOR, CITY). SNUM int NOT NULL REFERENCES Suppliers,. PNUM int NOT NULL REFERENCES Parts,. QTY int NOT NULL,. PRIMARY KEY (SNUM, PNUM). INSERT INTO SupplierParts VAL...
otherthingsnow.blogspot.com
OtherThings: Apple and AT&T Announce iTunes Activation and Sync for iPhone
http://otherthingsnow.blogspot.com/2007/06/apple-and-at-announce-itunes-activation.html
A blog about regular things in life some annoying some not so annoying. Ruby On Rails Books. Tuesday, June 26, 2007. Apple and AT&T Announce iTunes Activation and Sync for iPhone. IPhone goes on sale at 6:00 pm (local time) on Friday, June 29 and will be sold in the US through Apple’s retail and online stores and AT&T retail stores. iPhone will be available in a 4GB model for $499 (US) and an 8GB model for $599 (US), and will work with either a PC or Mac. Subscribe to: Post Comments (Atom). Safari for Wi...
otherthingsnow.blogspot.com
OtherThings: openSUSE 10.3 is Now Available
http://otherthingsnow.blogspot.com/2007/10/opensuse-103-is-now-available.html
A blog about regular things in life some annoying some not so annoying. Ruby On Rails Books. Thursday, October 04, 2007. OpenSUSE 10.3 is Now Available. OpenSUSE 10.3 is now available for free download at www.opensuse.org. The retail edition of openSUSE 10.3 is available on www.shopnovell.com. For more on openSUSE 10.3 and the openSUSE project, visit www.opensuse.org. And news.opensuse.org. Subscribe to: Post Comments (Atom). Verizon Redefines Fast With Groundbreaking FiOS . Other Blogs By Me.
nanotech-biotech-biomed-pharmaceutica.blogspot.com
Nanotech,Biotech, Biomed and Pharmaceutical News: Medtronic Announces Exclusive Licensing of Arbor Surgical Technologies Pericardial Heart Valve
http://nanotech-biotech-biomed-pharmaceutica.blogspot.com/2008/01/medtronic-announces-exclusive-licensing.html
Nanotech,Biotech, Biomed and Pharmaceutical News. A blog about Nanotech,Biotech, Biomed and Pharmaceutical News. Enter your search terms. Monday, January 28, 2008. Medtronic Announces Exclusive Licensing of Arbor Surgical Technologies Pericardial Heart Valve. According to the Millennium Research Group, more than 106,000 heart valves are expected to be implanted in the in the U.S. in 2008. Medtronic, Inc., ( www.medtronic.com. Arbor Surgical Technologies, Inc., ( www.arborsurgical.com. Technology News, Ea...
otherthingsnow.blogspot.com
OtherThings: Intel Joins One Laptop Per Child
http://otherthingsnow.blogspot.com/2007/07/intel-joins-one-laptop-per-child.html
A blog about regular things in life some annoying some not so annoying. Ruby On Rails Books. Friday, July 13, 2007. Intel Joins One Laptop Per Child. Intel and One Laptop per Child (OLPC) today announced they have agreed to work together to bring the benefits of technology to the developing world through synergy of their respective programs. Under the agreement, Intel and OLPC will explore collaborations involving technology and educational content. Intel will also join the board of OLPC. Intel currently...
thedatabasesite.com
Database Tips and Tricks
http://www.thedatabasesite.com/page104.html
Links for Tips, Tricks, Scripts and Techniques. Oracle Tips (Burleson Consulting). Oracle Tips and Scripts (TechTarget). Oracle DBA Scripts (Pro-DBA). SQL Scripts for Oracle DBAs (DBAToolz). Oracle SQL Developer Exchange. Oracle Database, SQL, Application, Programming Tips. Oracle Tips and Tutorials (Go4Expert). Tips, Tricks, and Advice from the SQL Server Query Optimization Team. SQL Server Tips and Tricks (Stephen Hill). SQL Server Tips (TechNet Magazine). SQL Server Performance Tips. Here’s a News Yea...
SOCIAL ENGAGEMENT