Sunday, January 11, 2009

SQL or C

SQL: A Beginner's Guide

Author: Andy Oppel

Essential Skills--Made Easy!

Written to the SQL:2006 ANSI/ISO standard, this easy-to-follow guide will get you started programming in SQL right away. You will learn how to retrieve, insert, update, and delete database data, and perform management and administrative functions. SQL: A Beginner's Guide, Third Edition covers new features, including SQL/XML, and is loaded with updated SQL examples along with notes on using them with the latest RDBMS software versions such as MySQL 5.0, SQL Server 2008, and Oracle Database 11g.

Designed for Easy Learning:

  • Key Skills & Concepts--Lists of specific skills covered in the chapter
  • Ask the Experts--Q&A sections filled with bonus information and helpful tips
  • Try This--Hands-on exercises that show how to apply your skills
  • Notes--Extra information related to the topic being covered
  • Self-Tests--Chapter-ending quizzes to test your knowledge
  • Annotated Syntax--Example code with commentary that describes the programming techniques being illustrated

Andrew J. (Andy) Oppel has designed and implemented hundreds of databases for a wide range of applications. He is the author of Databases Demystified and SQL Demystified.

Robert Sheldon is a consultant and technical writer. He has designed and implemented various Access and SQL Server databases



New interesting textbook: Liderança Eficaz e Gestão em Assistência

C (For Dummies Series): All-in-One Desk Reference for Dummies

Author: Dan Gookin

* Covers everything users need to get up to speed on C programming, including advanced topics to take their programming skill to the next level
* Walks C programmers through the entire development cycle of a C program-designing and developing the program, writing source code, compiling the code, linking the code to create the executable programs, debugging, and deployment
* Provides thorough coverage of keywords, program flow, conditional statements, constants and variables, numeric values, arrays, strings, functions, pointers, debugging, prototyping, and much more
* Addresses some advanced programming topics such as graphics and game programming as well as Windows and Linux programming
* Includes dozens of sample programs that readers can adapt and modify for their own uses
* Written by the author of the first-ever For Dummies book-a man known for his ability to take complex material and present it in a way that makes it simple and fun



Table of Contents:
Bk. IHello, C7
Ch. 1Your basic C program9
Ch. 2How it all works19
Ch. 3More basics, comments, and errors33
Ch. 4Introducing numbers and variables47
Ch. 5More variables and basic I/O61
Ch. 6Decision time79
Ch. 7Looping89
Ch. 8Using constants101
Ch. 9Mysterious math109
Ch. 10It's only logical123
Bk. IIMiddle C133
Ch. 1Variables from beyond infinity135
Ch. 2The madness of printf()149
Ch. 3Maniacal math functions165
Ch. 4Not truly random181
Ch. 5While going loopy193
Ch. 6More decision making205
Ch. 7The goto chapter217
Bk. IIIAbove C level221
Ch. 1Asking for arrays223
Ch. 2I sing of strings243
Ch. 3Messing with characters265
Ch. 4Stinkin' structures271
Ch. 5Creating your own functions293
Ch. 6Quitting before you're done319
Ch. 7More variable nonsense329
Bk. IVAdvanced C347
Ch. 1Introduction to evil pointers349
Ch. 2Getting to the [superscript *]point373
Ch. 3Binary bits381
Ch. 4The myth of the array403
Ch. 5Pointers and strings417
Ch. 6Crazy arrays of pointers429
Ch. 7Functions and pointers451
Ch. 8Structures, pointers, and the Malloc deity471
Ch. 9Does anyone have the time?485
Ch. 10Building big programs497
Ch. 11Help!511
Bk. VDisk drive C521
Ch. 1Just your standard I/O523
Ch. 2Interacting with the command line537
Ch. 3Hello, disk!547
Ch. 4More formal file writing and reading561
Ch. 5Random access files575
Ch. 6Folder folderol585
Ch. 7Under new file management607
Bk. VIThe joy of linked lists615
Ch. 1Why linked lists?617
Ch. 2Dawn of the database629
Ch. 3Storing a linked list on disk643
Ch. 4The nightmare of the double-linked list655
Bk. VIIAppendixes667
App. AThe stuff you need to know before reading everything else in this book669
App. BASCII table681
App. CAnswers to exercises685
App. DC language keywords and operators763
App. EC language variable types767
App. FEscape sequences769
App. GConversion characters771

No comments:

Post a Comment