Edition: 2 Publication date: 1997-11-21 Dewey code: 005.7565 Price: $49.95
Review Programming Informix SQL/4GL: A Step-By-Step Approach (Bk/CD) (2nd Edition) / Prentice Hall PTR:An indispensable tutorial and reference in one volume, this second edition has been revised and updated based on end-user feedback and changes in the Informix SQL/4GL languages. The CD-ROM contains many helpful software packages and hundreds of examples that help readers understand Informix 4GL and Informix SQL.
Authors
- Elena Silvestrova Rakhimov
- Benjamin Rosenzweig
Edition: 4 Publication date: 2008-08-25 Dewey code: 005.756 List Price: $59.99 Price: $40.65
Review Oracle PL/SQL by Example (4th Edition) (Prentice Hall PTR Oracle Series) / Prentice Hall PTR:This integrated learning solution teaches all the Oracle PL/SQL skills you need, hands-on, through real-world labs, extensive examples, exercises, and projects! Completely updated for Oracle 11g, Oracle PL/SQL by Example, Fourth Edition covers all the fundamentals, from PL/SQL syntax and program control through packages and Oracle 11g’s significantly improved triggers. One step at a time, you’ll walk through every key task, discovering the most important PL/SQL programming techniques on your own. Building on your hands-on learning, the authors share solutions that offer deeper insights and proven best practices. End-of-chapter projects bring together all the techniques you’ve learned, strengthening your understanding through real-world practice. This book’s approach fully reflects the authors’ award-winning experience teaching PL/SQL programming to professionals at Columbia University. New database developers and DBAs can use its step-by-step instructions to get productive fast; experienced PL/SQL programmers can use this book as a practical solutions reference. Coverage includes • Mastering basic PL/SQL concepts and general programming language fundamentals, and understanding SQL’s role in PL/SQL • Using conditional and iterative program control techniques, including the new CONTINUE and CONTINUE WHEN statements • Efficiently handling errors and exceptions • Working with cursors and triggers, including Oracle 11g’s powerful new compound triggers • Using stored procedures, functions, and packages to write modular code that other programs can execute • Working with collections, object-relational features, native dynamic SQL, bulk SQL, and other advanced PL/SQL capabilities • Handy reference appendices: PL/SQL formatting guide, sample database schema, ANSI SQL standards reference, and more Benjamin Rosenzweig is a Software Development Manager at Misys. Previously he was a Principal Consultant at Oracle. His experience ranges from creating an electronic Tibetan—English Dictionary in Kathmandu, Nepal, to supporting presentation centers at Goldman Sachs and managing trading systems at TIAA-CREF. As an instructor at Columbia University’s Computer Technology and Application Program, he was awarded the Outstanding Teaching Award. [+]
Rosenzweig wrote and presented Oracle Forms Developer: The Complete Video Course, and coauthored Oracle Web Application Programming for PL/SQL Developers. Elena Silvestrova Rakhimov is Senior Developer and Team Lead at Alea Software. She has more than fifteen years of experience in database development in a wide spectrum of enterprise and business environments, ranging from non-profit organizations to Wall Street. She has taught database programming at Columbia University. Contents Acknowledgments xiv About the Authors xv Introduction xvii CHAPTER 1 PL/SQL Concepts 1 LAB 1. 1 PL/SQL in Client/Server Architecture 2 1. 1. 1 Use PL/SQL Anonymous Blocks 8 1. 1. 2 Understand How PL/SQL Gets Executed 10 LAB 1. 2 PL/SQL in SQL*Plus 12 1. 2. 1 Use Substitution Variables 16 1. 2. 2 Use the DBMS_OUTPUT. PUT_LINE Statement 17 Chapter 1 Try It Yourself 19 CHAPTER 2 General Programming Language Fundamentals 21 LAB 2. 1 PL/SQL Programming Fundamentals 22 2. 1. 1 Make Use of PL/SQL Language Components 23 2. 1. 2 Make Use of PL/SQL Variables 24 2. 1. 3 Handle PL/SQL Reserved Words 26 2. 1. 4 Make Use of Identifiers in PL/SQL 27 2. 1. 5 Make Use of Anchored Datatypes 28 2. 1. 6 Declare and Initialize Variables 31 2. 1. 7 Understand the Scope of a Block, Nested Blocks, and Labels 34 Chapter 2 Try It Yourself 37 CHAPTER 3 SQL in PL/SQL 39 LAB 3. 1 Making Use of DML in PL/SQL 40 3. 1. 1 Use the Select INTO Syntax for Variable Initialization 41 3. 1. 2 Use DML in a PL/SQL Block 42 3. 1. 3 Make Use of a Sequence in a PL/SQL Block 44 LAB 3. 2 Making Use of SAVEPOINT 45 3. 2. 1 Make Use of COMMIT, ROLLBACK, and SAVEPOINT in a PL/SQL Block 48 Chapter 3 Try It Yourself 51 CHAPTER 4 Conditional Control: IF Statements 53 LAB 4. 1 IF Statements 54 4. 1. 1 Use the IF-THEN Statement 58 4. 1. 2 Use the IF-THEN-ELSE Statement 62 LAB 4. 2 ELSIF Statements 65 4. 2. 1 Use the ELSIF Statement 69 LAB 4. 3 Nested IF Statements 74 4. 3. 1 Use Nested IF Statements 76 Chapter 4 Try It Yourself 80 CHAPTER 5 Conditional Control: CASE Statements 81 LAB 5. 1 CASE Statements 82 5. 1. 1 Use the CASE Statement 89 5. 1. 2 Use the Searched CASE Statement 91 LAB 5. 2 CASE Expressions 96 5. 2. 1 Use the CASE Expression 100 LAB 5. 3 NULLIF and COALESCE Functions 103 5. 3. 1 The NULLIF Function 107 5. 3. 2 Use the COALESCE Function 109 Chapter 5 Try It Yourself 112 CHAPTER 6 Iterative Control: Part I 113 LAB 6. 1 Simple Loops 114 6. 1. 1 Use Simple Loops with EXIT Conditions 118 6. 1. 2 Use Simple Loops with EXIT WHEN Conditions 120 LAB 6. 2 WHILE Loops 124 6. 2. 1 Use WHILE Loops 128 LAB 6. 3 Numeric FOR Loops 132 6. 3. 1 Use Numeric FOR Loops with the IN Option 137 6. 3. 2 Use Numeric FOR Loops with the REVERSE Option 139 Chapter 6 Try It Yourself 142 CHAPTER 7 Iterative Control: Part II 143 LAB 7. 1 The CONTINUE Statement 144 7. 1. 1 Use t.
Authors
- James T. Perry
- Gerald V. Post
Publication date: 2005-12-29 Dewey code: 005.7585 List Price: $93.07 Price: $82.00
Review Introduction to Oracle 10G & Database CD Package / Prentice Hall:For the introduction to database or an advanced database course where the instructor wants to feature Oracle. Students need a big-picture introduction to Oracle and they need specific examples and steps. This concise book covers all of the topics students need in a first class by using step-by-step techniques with a rich set of databases to provide students with practical experience — all in one book.
Edition: 1 Publication date: 1999-06-22 Dewey code: 005.756 List Price: $119.00 Price: $41.64
Review A Guided Tour of Relational Databases and Beyond / Springer:Database theory is now in a mature state, and this book addresses important extensions of the relational database model such as deductive, temporal and object-oriented databases. It provides an overview of database modelling with the Entity-Relationship (ER) model and the relational model providing the pivot on which the material revolves. The main body of the book focuses on the primary achievements of relational database theory, including query languages, integrity constraints, database design, comput able queries and concurrency control. The most important extensions of the relational model are covered in separate chapters. This book will be useful to third year computer science undergraduates and postgraduates studying database theory, and will also be of interest to researchers and database practitioners who would like to know more about the ideas underlying relational dat abase management systems and the problems that confront database researchers.
Publication date: 2002-09-23 Dewey code: 005.7565 List Price: $71.95 Price: $58.68
Review Advanced SQL: 1999 - Understanding Object-Relational and Other Advanced Features (The Morgan Kaufmann Series in Data Management Systems) / Morgan Kaufmann:Advanced SQL:1999 - Understanding Object-Relational and Other Advanced Features is the practitioner's handbook to the standard's advanced features. It is not a re-presentation of the standard, but rather an authoritative, in-depth guide to its practical application. Like its companion, SQL:1999 - Understanding Relational Language Components, which explained the standard's basic features, this book will show you how to make your applications both effective and standard-compliant. This handy reference has a modular format so you can explore specific topics with ease. It is equally useful to those upgrading from earlier versions of SQL and those with no previous experience. Written by the standard's distinguished editor, Advanced SQL:1999 will complete your knowledge and support your skills like no other book can. * Focuses entirely on the issues that matter to programmers who are connecting applications to databases. * Details SQL:1999's object facilities, including structured user-defined types, typed tables, user-defined routines, and routine invocation. * Examines facilities new to SQL, including those relating to on-line analytical processing (OLAP), management of external data (SQL/MED), and Java support. * Covers the ongoing development of XML support. [+]
* Includes appendices that cover the SQL:1999 annexes, a SQL:1999 example using UDTs, status codes, and useful information on the standardization process.
Edition: 2nd Publication date: 1999-09-29 Dewey code: 005 List Price: $69.95 Price: $44.94
Review Recovery in Parallel Database Systems / GWV-Vieweg:The relational DBMS technology is a success in the commercial market. This success has led to the use of DBMS technology in application environments requesting their traditional virtues but at the same time adding new requirements such as: Very high transaction rates, real-time transaction response, and continuous availability. New multi-processor hardware architectures lay the foundation making it possible to meet these requirements. This book presents and analysis in a systematic way the main recovery approaches for centralized DBMSs developed over the last two decades, in particular to how well they fulfill the requirements for availability and soft real-time response. The analysis relates specifically to approaches used in current commercial and research systems. The element in particular lacking in the current methods is the ability to on-line re-establish the fault tolerance level automatically and without blocking. A set of novel recovery methods for parallel DBM's based on multi-computer shared nothing hardware is presented. The recovery methods are intended to support: Continuously available transaction services, very high transaction loads, and soft real-time transaction response.
Authors
- Paul Yip
- Fraser McArthur
- Drew Bradstock
- Hana Curtis
- Zamil Janmohamed
- Michael Gao
- Clara Liu
Publication date: 2002-12-24 Dewey code: 005.133 List Price: $59.99 Price: $94.00
Review DB2(R) SQL Procedure Language for Linux, UNIX and Windows (IBM DB2 Certification Guide Series) / Prentice Hall PTR:SQL Procedure Language (SQL PL) is used in DB2 to write database-stored procedures. Stored procedures are used to encapsulate business logic on the database and yield the following benefits: significantly improved application performance, increased application scalability, simplified application development, and reduced network traffic. This book will teach the reader how to set up the development environment and use all language elements of SQL PL through concrete examples and thorough discussions. Also included are expert tips and best practices for achieving optimal performance and code manageability. This book will be a valuable reference for SQL PL code syntax and troubleshooting. There are currently no books on the market that cover the DB2 SQL Procedure Language, although it is extensively used by IBM business partners and other software vendors.
Edition: 1st Publication date: 2000-12-15 Dewey code: 005.7585 List Price: $59.99 Price: $46.00
Review Oracle Forms Developer's Handbook / Pearson Education:Oracle Forms is the single most important tool used to create sophisticated applications for Oracle databases. The latest versions of Oracle Forms have reflected Oracle's Internet-centered strategy, adding powerful capabilities for building Web-centered applications to the product's traditional client/server focus. In Oracle Forms Developer's Handbook, one of the world's leading Oracle developers presents powerful techniques for leveraging Oracle Forms in both web-centered and client/server environments. This is the first Oracle Forms book to reflect the brand-new Version 6i. Oracle Forms Developer's Handbook starts by presenting step-by-step instructions for using every tool in the Forms environment, including the Forms Designer, Object Navigator, and the Layout Editor. Next, learn how to use PL/SQL in Forms applications; master all of the methods and objects available to Forms programmers; and learn how to apply object-oriented programming practices to Forms development, including inheritance, reusability, encapsulation, and polymorphism. Then, walk step-by-step through developing a series of complete, elegant, well-performing Web-based and client/server applications. An accompanying CD-ROM contains all of the book's applications and source code examples, plus all files needed to create and populate sample database objects - enabling readers to start from any chapter and follow the hands-on activities.
Edition: 2 Publication date: 2004-05-23 Dewey code: 005.7585 List Price: $87.00 Price: $65.23
Review Database Systems Using Oracle (2nd Edition) / Prentice Hall:This easy-to-read book provides quick lessons on relational database terminology and normalization with very little effort. Updated for Oracle 9i, its thorough coverage of Oracle's SQL and PL/SQL and introduction to advanced SQL topics makes this a must for busy professionals. The many examples, with output shown as screenshots, provide ample opportunity for the reader to easily understand and learn to use Oracle and SQL. First introducing relational database concepts, the book covers SQL (Structured Query Language); Programming Language (the extension to SQL); and then proceeds to advanced topics, which include Oracle architecture and database administration with enterprise tools. For any IT professional who needs to understand SQL or Oracle database systems.
Creator: Donald K. Burleson Edition: 1 Publication date: 2001-07-30 Dewey code: 005.756 List Price: $93.95 Price: $65.00
Review Oracle Internals: Tips, Tricks, and Techniques for DBAs / Auerbach Publications:If you are a typical Oracle professional, you don't have the luxury of time to keep up with new technology and read all the new manuals to understand each new feature of the latest release from Oracle. You need a comprehensive source of information and in-depth tips and techniques for using the new technology. You need Oracle Internals: Tips, Tricks, and Techniques for DBAs. Oracle has evolved from a simple relational database into one of the most complex e-commerce platforms ever devised. It's not enough for you to understand just the Oracle database. You must also understand the components of the Web server technology, XML, Oracle Security, Oracle and Java, and a host of other issues in order to do your job properly. This book is a compendium of the best and most useful articles form Oracle Internals, Auerbach Publications' newsletter for Oracle database administrators and other Oracle professionals. Edited by Oracle guru Don Burleson, it provides the type of in-depth, highly technical information not found in any other book, information only available from peers and consultants. The chapters focus on the truly tough stuff - proven techniques learned in the trenches. You could get this information from other sources, but you'd have to hunt and peck for it. [+]
Can you afford that kind of time? Oracle Internals: Tips, Tricks, and Techniques for DBAs gives you knowledge and advice directly applicable to your work in one easy-to-use resource.
Authors
- Joseph C. Johnson
- Chip Dawes
- Biju Thomas
- Matthew Weishan
- Doug Stuns
Edition: Package Publication date: 2002-06-15 Dewey code: 005 List Price: $149.96 Price: $88.67
Review OCP: Oracle9i Certification Kit / Sybex:Take charge of your career with the Oracle Certified Professional (OCP) certification for Oracle9i. Oracle is the leading database on the market, putting Oracle database administrators in high demand, and the new Oracle9i OCP program was recently ranked #2 on the CertCities. com list of "The 10 Hottest Certifications for 2002. " The Oracle9i Certification Kit includes Study Guides for each of the four exams required for OCP certification- Introduction to Oracle9i SQL (1Z1-007), Oracle9i DBA Fundamentals I (1Z1-031), Oracle9i DBA Fundamentals II (1Z1-032), and Database Performance Tuning (1Z1-033). Organized for optimal learning and retention, each Study Guide provides in-depth coverage of all exam objectives, hundreds of challenging review questions, and a searchable electronic version of the entire book. No other Oracle9i self-study product compares! The Training kit includes four training manuals and four CD-ROMs.
Edition: 6 Publication date: 2008-10-24 Dewey code: 005 Price: $43.75
Review Data Management: Databases & Organizations / Wiley:Now in a completely updated and revised sixth edition, this highly readable book emphasizes the core data management skills needed to succeed in today's business environment. The book presents a real-world, management perspective and offers fully integrated coverage of data modeling and SQL.
Authors
- Raymond Frost
- Craig Van Slyke
- John Day
Publication date: 2005-11-03 Dewey code: 005.74 List Price: $136.00 Price: $50.44
Review Database Design and Development: A Visual Approach / Prentice Hall:For students in the introductory course in database who want to learn how to design rather than just manipulate relational databases. The book that balances database theory, business problem solving, and hands-on-practice. This book prepares student for the workplace without sacrificing rigorous academic theory. .
Creator: Stefan Conrad Edition: 1 Publication date: 2001-06-27 Dewey code: 005.75 List Price: $64.95 Price: $38.45
Review Database Schema Evolution and Meta-Modeling: 9th International Workshop on Foundations of Models and Languages for Data and Objects FoMLaDO/DEMM 2000 Dagstuhl ... Papers (Lecture Notes in Computer Science) / Springer:Papers from the 9th Intl Workshop on Foundations of Models and Languages for Data and Objects, held in Germany, September 2000. Softcover.
Edition: New Publication date: 2008-11-10 Dewey code: 005 List Price: $59.99 Price: $37.79
Review Expert Oracle Database 11g Administration (Expert's Voice in Oracle) / Apress:Sam Alapati’s Expert Oracle Database 11g Administration is a comprehensive handbook for Oracle database administrators (DBAs) using the latest release of the Oracle Database (Oracle Database 11g). All key aspects of database administration are covered, including backup and recovery, day–to–day administration and monitoring, performance tuning, and more. This is the one book to have on your desk as a continual reference. Refer to it frequently. It’ll help you get the job done. Comprehensive handbook for Oracle DBAs. Covers all major aspects of database administration. Tests and explains in detail key DBA commands. Offers primers on Linux/Unix, data modeling, SQL, and PL/SQL. What you’ll learn Prepare an environment for Oracle. [+]
Configure the system. Install the software. Create a database. Monitor your database environment day–to–day with confidence that you will detect and resolve problems before they become emergencies. Get the most out of Oracle Database 11g by taking full advantage of its management features and cutting–edge technologies. Back up your database and be able to recover it if needed. Secure your database, in terms of both regulatory compliance and user management. Troubleshoot and resolve connectivity, network, and performance problems. And more! Who is this book for? Expert Oracle Database 11g Administration is written for Oracle database administrators who want a comprehensive reference to refer to during their day–to–day work. It’s clearly written in a way that is accessible to both intermediate and beginning administrators. Readers can easily and quickly find the content they need.
Authors
- Ken England
- Ian Smith
- Lilian Hobbs
Edition: 3 Publication date: 1999-09-01 Dewey code: 005.7565 List Price: $78.95 Price: $57.38
Review Rdb: A Comprehensive Guide / Digital Press:The definitive book on Oracle's Rdb database. Written by a team of bestselling database experts, including a principal product architect, this is unquestionably the definitive book on Oracle's Rdb8, the latest version of the powerful database for advanced enterprise applications. Rdb: A Comprehensive Guide, Third Edition teaches administrators, programmers, database designers and IT managers the critical components and functions of the new version 8 and explains how to develop powerful Rdb8 programs. The book specifically addresses new Rdb8 management, tuning and scalability tools and describes the new Rdb/NT Workbench for Windows NT. No other source gives readers the authoritative and timely information provided by Rdb: A Comprehensive Guide, Third Edition. Only book on Rdb8Written by Rdb8 experts from Oracle, including the principal product architectExplains how to use Rdb8 on both Windows NT and OpenVMS.
Edition: 3 Publication date: 2004-06-27 Dewey code: 005.133 List Price: $64.99 Price: $38.44
Review Oracle SQL by Example (3rd Edition) (Prentice Hall PTR Oracle Series) / Prentice Hall PTR:Oracle SQL by Example, Third Edition is a convenient, quick way to master Oracle SQL. This unique integrated book-and-Web learning solution teaches all the SQL skills you will need to succeed in an Oracle environment. Through hands-on, real-world labs, exercises, projects, and a superb Web-based training site, the book teaches administrators and programemrs alike the core skills required for their jobs. Coverage includes every key Oracle SQL concept, including: entity-relationship diagrams, the SQL*Plus environment, SELECT and other statements, Boolean operations, joins, aggregate and not-aggregate functions. Each chapter contains review exercises that help the reader master the important skills before they move on.
Publication date: 2004-01-25 Dewey code: 005.7585 List Price: $49.95 Price: $49.95
Review Transact SQL User Defined Functions / Wordware Publishing, Inc.:First part of this book describes UDF's and the second part emphasizes system UDF's.
Authors
- Stephanie Parkin
- Colette Burrus
Edition: 2nd Publication date: 2008-01-01 Dewey code: 005 List Price: $59.95 Price: $39.84
Review Building Applications with IBM Rational Application Developer and JavaBeans / Mc Press:Designed for programmers with limited Java experience, this informative guidebook shows how applications, applets, and servlets can be created with ease using IBM’s Rational Application Developer paired with JavaBeans. Step-by-step guidelines accompanied by screen captures and code samples demonstrate how to build JavaServer Faces Web applications, as well as Java applications complete with graphical user interfaces. Instruction is also provided on using Rational Application Developer’s debugger, incorporating relational databases with Java, and adding Asynchronous JavaScript and XML behavior to applications in order to produce more interactive and usable web pages. Exercises at the end of each chapter ensure that even novice Java programmers will learn how to combine reusable components to get applications up and running quickly.
Authors
- Douglas B. Bock
- Bijoy Bordoloi
Publication date: 2003-02-20 Dewey code: 005.7585 List Price: $82.40 Price: $39.50
Review Oracle SQL / Prentice Hall:Focusing on standard ANSI SQL with a learn-by-doing approach, this book organizes SQL subtopics into short chapters. Readers first learn the features of a SQL command, then its usage, based on management questions that typically arise in the management decision-making process. Provides additional examples of the supplemental commands provided in the Oracle implementation of SQL. Ensures that all of the SQL concepts and commands covered (except in SQL *Plus and PL/SQL) are equally applicable to database management system software that follows the ANSI SQL standard—including DB2, SQL Server, and SYBASE. Integrates numerous exercises and examples throughout. Offers detailed coverage of SQL, including SQL *Plus and Oracle Database Administration. Covers Data Definition Language with SQL. A valuable reference for SQL programmers, systems analysts, database programmers, and database administrators.
| Browse Relational Databases:
Models & Brands: Programming Informix SQL/4GL: A Step-By-Step Approach (Bk/CD) (2nd Edition), Oracle PL/SQL by Example (4th Edition) (Prentice Hall PTR Oracle Series), Introduction to Oracle 10G & Database CD Package, A Guided Tour of Relational Databases and Beyond, Advanced SQL: 1999 - Understanding Object-Relational and Other Advanced Features (The Morgan Kaufmann Series in Data Management Systems), Recovery in Parallel Database Systems, DB2(R) SQL Procedure Language for Linux, UNIX and Windows (IBM DB2 Certification Guide Series), Oracle Forms Developer's Handbook, Database Systems Using Oracle (2nd Edition), Oracle Internals: Tips, Tricks, and Techniques for DBAs, OCP: Oracle9i Certification Kit, Data Management: Databases & Organizations, Database Design and Development: A Visual Approach, Database Schema Evolution and Meta-Modeling: 9th International Workshop on Foundations of Models and Languages for Data and Objects FoMLaDO/DEMM 2000 Dagstuhl ... Papers (Lecture Notes in Computer Science), Expert Oracle Database 11g Administration (Expert's Voice in Oracle), Rdb: A Comprehensive Guide, Oracle SQL by Example (3rd Edition) (Prentice Hall PTR Oracle Series), Transact SQL User Defined Functions, Building Applications with IBM Rational Application Developer and JavaBeans, Oracle SQLTop headlines: Police: Woman in wheelchair flees on foot: Police say a woman who begged from a wheelchair was caught running from a crime scene on foot in Monterrey, Mexico. ›23:22 5 Jan, Mon PBS chief pushes for digital conversion action: Public television president Paula Kerger says she's disheartened that the government has run out of money to help TV viewers buy converter boxes for the looming transition to digital conversion. ›21:04 7 Jan, Wed Is it still taboo to talk about money?: Before the financial crisis hit home for most Americans, money talks were possibly more taboo than conversations about sex. But that era might be over. Hilary Black, editor of the anthology "The Secret Currency of Love," discusses the breaking of an old taboo. ›15:46 Gellman: A Letter to a Bigot: What I want to say to a person of prejudice. ›22:12 12 Oct, Fri Now hair this Sanjaya is back!: Sanjaya Malakar, who was known as much for his big hair and personality as for his mediocre voice on his unsuccessful Idol Season 6 campaign, is about to release some new music and a memoir. ›14:53 Brides celebrates 75 years of 'I dos': In 75 years worth of Brides magazine, the main characters husband and wife have remained the same. She wears white, he dons a tux and they eat cake, but just about everything else about the weddings and the way they've been covered in the Conde Nast publication has evolved. ›21:57 7 Jan, Wed Can the Youth Vote Save Obama?: With the Hillary juggernaut growing in strength every day, Barack Obama is hoping Iowas youth can help keep him in the game. ›14:47 8 Oct, Mon Starr: How to Fix the Yankees: With their longtime manager halfway out the door, the Yankees in transition will be the most fascinating story in baseball. ›22:28 10 Oct, Wed Terror Watch: Gonzales Lawyers Up: Still under investigation by Congress and Justice Department lawyers who once worked for him, the former attorney general has turned to a leading Washington attorney to help him beat the rap. ›18:12 10 Oct, Wed Johansson learned lesson with Obama e-mail: Scarlett Johansson says shes learned a lesson or two from the controversy that erupted last June when she said publicly she had exchanged personal e-mails with then-Presidential candidate Barack Obama. ›16:01 Al Gore's Nobel Patrol: A vigilant fan of the former veep keeps watch as the Nobel Committee announces its peace prize. ›15:10 12 Oct, Fri Obama assembles powerful West Wing: Barack Obama is assembling a new and influential cadre of counselors just steps from the Oval Office whose power to direct domestic policy will rival, if not exceed, the authority of his Cabinet. ›10:09 Larry Craig, Hall of Famer: Not even a sex-sting arrest and an on-again, off-again guilty plea can keep Idahos senior senator from induction into the pantheon of Gem State greats. ›17:40 12 Oct, Fri China finds no new bird flu outbreak: China said Thursday that no other cases of bird flu have been detected in Beijing and neighboring provinces after a woman died from the avian influenza in the capital. ›02:00 Oprah adds Holocaust story disclaimer: Oprah has yet to comment on the debunked story of a Holocaust survivor who claimed to have met his future wife in a Nazi concentration camp. But a brief disclaimer on the story she featured prominently on her show has been added to her Web site. ›19:44 6 Jan, Tue Daschle: Health care too expensive, mediocre: Expensive, mediocre and too often unavailable. That about sums up the nation's health care system, the President-elect's choice to head health and human services, said Thursday. ›18:00 Boy, 4, shoots babysitter: Police say a 4-year-old boy in southern Ohio shot his babysitter because the sitter accidentally stepped on his foot. ›01:32 6 Jan, Tue C-sections best for baby when close to due date: Babies do better after a scheduled Caesarean section if they're born no sooner than seven days before their due date, a new large study of U.S. births shows. ›22:00 7 Jan, Wed Lawyer gets 5-cent IRS bill, 4-cent refund: James Howarth is a little confused by two letters he has received from the Internal Revenue Service. ›17:31 3 Jan, Sat Twins born on separate days, months, years: They're twins, all right, despite what their spanking new birth certificates say. ›22:58 2 Jan, Fri Obama says stimulus proposal could grow: In an interview with CNBC, President-elect Barack Obama said a planned economic stimulus plan could grow beyond $800 billion. ›12:29 Sony rolls out world's lightest 8-inch laptop: Japan's Sony Corp plans to launch the world's lightest 8-inch notebook PC, taking aim squarely at a rapidly growing market for ultra-portable personal computers. ›01:38 The 'Dog Whisperer' Wins Another Convert: A few minutes with Cesar MillanTVs Dog Whispererwas all it took to win back a skeptic. ›18:28 10 Oct, Wed How you eat could impact your smarts: Many studies have shown that counting calories, carbs or fat grams taxes short-term memory. But how we eat can affect our minds at more fundamental levels, too ›23:03 7 Jan, Wed |