- Oracle PL/SQL Language Pocket Reference
- Publisher: O'Reilly Media | ISBN: 1565924576 | edition 1999 | PDF | 1412 pages | 10,7 mb
- This pocket guide features quick-reference information to help you use Oracle's PL/SQL language. It includes coverage of PL/SQL features in the newest version of Oracle, Oracle8i. It is a companion to Steven Feuerstein and Bill Pribyl's bestselling Oracle PL/SQL Programming. Updated for Oracle8, that large volume (nearly 1,000 pages) fills a huge gap in the Oracle market, providing developers with a single, comprehensive guide to building applications with PL/SQL -- and building them the right way. It has become the bible for PL/SQL developers, who have raved about its completeness, readability, and practicality.
- My Links
- Download
- mirror
Showing posts with label Databases and SQL. Show all posts
Showing posts with label Databases and SQL. Show all posts
Oracle PL/SQL Language Pocket Reference
Labels: Databases and SQL
High Performance Parallel Database Processing and Grid Database
- Author, "High Performance Parallel Database Processing and Grid Databases"
- Wiley | 2008 | ISBN: 0470107626 | 576 pages | PDF | 2,4 MB
- This book targets the theoretical/conceptual details needed to form a base of understanding and then delivers information on development, implementations, and analytical modeling of parallel databases. It includes key information on new developments with grid databases. Also uses a theoretical and practical balance to support in-depth study of parallel query processing offered by modern DBMS as well as hands on experience of parallel query algorithms development, implementation, and analysis.
- Download
- uploading.com
- sharingmatrix.com
Labels: Databases and SQL
Oracle RMAN 11g Backup and Recovery
- Robert Freeman, Matthew Hart, "Oracle RMAN 11g Backup and Recovery"
- McGraw-Hill Osborne Media | 2010 | ISBN: 0071628606 | 688 pages | PDF | 13,4 MB
- Master Oracle Recovery Master
- Protect your databases from hardware, software, and operator failures using the detailed information in this Oracle Press guide. Oracle RMAN 11g Backup and Recovery explains how to configure databases, generate accurate archives, and carry out system restores. Work from the command line or Oracle Enterprise Manager, automate the backup process, perform Oracle Flashback recoveries, and integrate cloud computing technology. This authoritative resource also shows you how to create reports, optimize performance, and implement third-party administration utilities.
- * Set up, configure, and maintain Oracle Recovery Manager (Oracle RMAN)
- * Manage physical and virtual media with Oracle Secure Backup
- * Work with Oracle RMAN catalogs, packages, and control files
- * Use the Amazon Web Services cloud as an offsite storage solution
- * Create online, offline, and incremental system backups
- * Perform full and partial Oracle RMAN database restores
- * Correct user-induced errors with Oracle Flashback
- * Product clone and standby databases on local or remote servers
- * Use Oracle Real Application Clusters and synch and split technology
- Download
- uploading.com
- sharingmatrix.com
Labels: Databases and SQL
Sams Teach Yourself PL/SQL in 21 Days
- Sams Teach Yourself PL/SQL in 21 Days
- Publisher: Sams | ISBN: 0672317982 | edition 2000 | PDF | 720 pages | 25,2 mb
- Sams Teach Yourself PL/SQL in 21 Days, Second Edition, quickly empowers you to create your own Oracle solutions with PL/SQL. Completely revised to cover Oracles 8i, the book provides guidance and direction, leading you through a progression of topics that begin with the basic building blocks of PL/SQL, and ending with in-depth discussions of the more commonly used advanced features of Oracle's database programming environment. New topics include extended dynamic SQL within PL/SQL, Dynamic SQL within PL/SQL, use of invoker's rights, autonomous transactions, interfacing PL/SQL with Java, PL/SQL Bulk Binds, parameter passing by reference, and advanced Querying.
- My Links
- Download
- mirror
Labels: Databases and SQL
My SQL
- Sophia Fraser, "My SQL"
- Global Media | 2009 | ISBN: 9380168446 | 72 pages | PDF | 1 MB
- Introduction
- Relational Databases
- The main drive behind a relational database
- is to increase accuracy by increasing the
- efficiency with which data is stored. For example, the names of each of the millions of
- people who immigrated to the United States through Ellis Island at the turn of the 20th
- century were recorded by hand on large sheets of paper; people from the city of London
- had their country of origin entered as England, or Great Britain, or United Kingdom, or
- U.K., or UK, or Engl., etc. Multiple ways of recording
- the same information leads to
- future confusion when there is a need to simply know how many people came from the
- country now known as the United Kingdom.
- The modern solution to this problem is the database. A single entry is made for each
- country, for example, in a reference list that might be called the Country table. When
- someone needs to indicate the United Kingdom, he only has one choice available to him
- from the list: a single entry called "United Kingdom". In this example, "United Kingdom"
- is the unique representation of a country, and any further information about this country
- can use the same term from the same list to refer to the same country. For example, a list
- of telephone country codes and a list of European castles both need to refer to countries;
- by using the same Country table to provide this identical information to both of the new
- lists, we've established new relationships among different lists that only have one item in
- common: country. A relational database, therefore, is simply a collection of lists that
- share some common pieces of information.
- If you are not familiar with the concepts of databases, you can begin with Database
- Programming.
- Structured Query Language (SQL)
- SQL, which is initialism for Structured Query Language, is a language to request data
- from a database, to add, update, or remove data within a database, or to manipulate the
- metadata of the database.
- SQL is generally pronounced as the three letters in the name, e.g. ess-cue-ell, or in some
- people's usage, as the word sequel.
- SQL is a declarative language in which the expected result or operation is given without
- the specific details about how to accomplish the task. The steps required to execute SQL
- commands are handled transparently by the SQL database
- . Sometimes SQL is
- characterized as non-procedural because procedural languages generally require the
- details of the operations to be specified, such as opening and closing tables, loading and
- searching indexes, or flushing buffers and writing data to filesystems. Therefore, SQL is
- considered to be designed at a higher conceptual level of operation than procedural>
- Download
- uploading.com
- sharingmatrix.com
Labels: Databases and SQL
Privacy-Preserving Data Mining: Models and Algorithms
- Privacy-Preserving Data Mining: Models and Algorithms
- Publisher: Springer | ISBN: 0387709916 | edition 2008 | PDF | 513 pages | 10,6 mb
- Privacy-Preserving Data Mining: Models and Algorithms proposes a number of techniques to perform the data mining tasks in a privacy-preserving way. These techniques generally fall into the following categories: data modification techniques, cryptographic methods and protocols for data sharing, statistical techniques for disclosure and inference control, query auditing methods, randomization and perturbation-based techniques.
- My Links
- Download
- mirror
Labels: Databases and SQL
Microsoft SQL Server 2005 Reporting Services
- Michael Lisin, Jim Joseph, «Microsoft SQL Server 2005 Reporting Services»
- Sams Publishing | ISBN: 0672327996 | 2006 | CHM | 480 pages | 15.68 MB
“ SQL Server Reporting enables the creation, management, and delivery of both traditional, paper-oriented reports and interactive, Web-based reports. An integrated part of the Microsoft business intelligence framework, Reporting Services combines the data management capabilities of SQL Server and Microsoft Windows Server with familiar and powerful Microsoft Office System applications to deliver real-time information to support daily operations and drive decisions” - download
- download
- download
- mirror
Labels: Databases and SQL
Database Systems: The Complete Book
- Database Systems: The Complete Book
- Publisher: Prentice Hall | ISBN: 0130319953 | edition 2001 | PDF | 1152 pages | 51 mb
- For Database Systems and Database Design and Application courses offered at the junior, senior and graduate levels in Computer Science departments. Written by well-known computer scientists, this introduction to database systems offers a comprehensive approach, focusing on database design, database use, and implementation of database applications and database management systems. The first half of the book provides in-depth coverage of databases from the point of view of the database designer, user, and application programmer. It covers the latest database standards SQL:1999, SQL/PSM, SQL/CLI, JDBC, ODL, and XML, with broader coverage of SQL than most other texts.
- My Links
- Download
- mirror
Labels: Databases and SQL
A First Course in Database Systems,2 Edition
- Jeffrey D. Ullman, Jennifer D. Widom, "A First Course in Database Systems,2 Edition"
- Prentice Hall | 2001 | ISBN: 0130353000 | 528 pages | Djvu | 13,2 MB
- Written by well-known computer scientists, this accessible and succinct introduction to database systems focuses on database design and use. Provides a more extensive treatment of query processing than other books on the market. The authors provide in-depth coverage of databases from the point of view of the database designer, user, and application programmer. It covers the latest database standards: SQL: 1999, SQL/PSM, SQL/CLI, JDBC, ODL, and XML, with broader coverage of SQL than most other books. Now includes coverage of the technologies used to connect database programming with C or Java code-SWL/PSM, SQL/CLI, and JDBC. For database systems and database design and application professionals.
- Download
- uploading.com
- sharingmatrix.com
Labels: Databases and SQL
Oracle SQL: Jumpstart with Examples
- Gavin JT Powell, Carol McCullough-Dieter, "Oracle SQL: Jumpstart with Examples"
- Digital Press | 2004 | ISBN: 1555583237 | 688 pages | PDF | 16,8 MB
- Developers and DBAs use Oracle SQL coding on a daily basis, whether for application development, finding problems, fine-tuning solutions to those problems, or other critical DBA tasks. Oracle SQL: Jumpstart with Examples is the fastest way to get started and to quickly locate answers to common (and uncommon) questions. It includes all the basic queries: filtering, sorting, operators, conditionals, pseudocolumns, single row functions, joins, grouping and summarizing, grouping functions, subqueries, composite queries, hierarchies, flashback queries, parallel queries, expressions and regular expressions, DML, datatypes (including collections), XML in Oracle, DDL for basic database objects such as tales, views and indexes, Oracle Partitioning, security, and finally PL/SQL.
- * Each of the hundreds of SQL code examples was tested on a working Oracle 10g database
- * Invaluable everyday tool that provides an absolute plethora of properly tested examples of Oracle SQL code
- * Authors have four decades of commercial experience between them as developers and database administrators
- Review
- "As a consultant with more than 12 years of experience working with Oracle databases on a daily basis, reviewing this book was a unique and enjoyable experience. The SQL language is without doubt one of the most critical database skills and it is best learned by example. This book addresses that crucial need. Mr. Powell does an excellent job of clarifying the concepts by using meaningful and easy to understand examples. Frankly, I have not come across any other book on SQL that is as good a compilation of SQL concepts in a single source as this book.
- One comes across very few books that make a significant difference in your fundamental understanding of the subject. This is one such book if you want to understand a core database skill SQL. This book deserves a place in your library and you will find it a great reference not only for learning SQL but also for learning data relationships, data organization, data analysis possibilities and so forth. I feel that the title, Oracle SQL: Jumpstart with Examples, might be too simplistic to describe the content. Read on, you will find the real value hidden inside this book." --Ravi Sharma, Senior Principal Consultant
- Review
- "As a consultant with more than 12 years of experience working with Oracle databases on a daily basis, reviewing this book was a unique and enjoyable experience. The SQL language is without doubt one of the most critical database skills and it is best learned by example. This book addresses that crucial need. Mr. Powell does an excellent job of clarifying the concepts by using meaningful and easy to understand examples. Frankly, I have not come across any other book on SQL that is as good a compilation of SQL concepts in a single source as this book.
- One comes across very few books that make a significant difference in your fundamental understanding of the subject. This is one such book if you want to understand a core database skill SQL. This book deserves a place in your library and you will find it a great reference not only for learning SQL but also for learning data relationships, data organization, data analysis possibilities and so forth. I feel that the title, Oracle SQL: Jumpstart with Examples, might be too simplistic to describe the content. Read on, you will find the real value hidden inside this book." -- Ravi Sharma, Senior Principal Consultant
- Download
- uploading.com
- sharingmatrix.com
Labels: Databases and SQL
Oracle Database 11g Underground Advice for Database Administrators
- Oracle Database 11g Underground Advice for Database Administrators By April Sims
- Publisher: Packt Publishing 2010 | 348 Pages | ISBN: 1849680000 | PDF | 4 MB
- A real-world DBA survival guide for Oracle 11g database implementations
- A comprehensive handbook aimed at reducing the day-to-day struggle of Oracle 11g Database newcomers
- Real-world reflections from an experienced DBA-what novice DBAs should really know
- Implement Oracle's Maximum Availability Architecture with expert guidance
- Extensive information on providing high availability for Grid Control
- In Detail
- Today DBAs are expected to deploy and manage large databases with quality service and little to no downtime. The DBA's main focus is on increasing productivity and eliminating idle redundancy throughout the enterprise. However, there is no magic set of best practices or hard and fast rules that DBAs need to follow, and this can make life difficult. But if DBAs follow some basic approaches and best practices, tasks can be performed more efficiently and effectively.
- This survival guide offers previously unwritten underground advice for DBAs. The author provides extensive information to illuminate where you fit in, and runs through many of the tasks that you need to be watchful of, extensively covering solutions to the most common problems encountered by newcomers to the world of Oracle databases.
- The book will quickly introduce you to your job responsibilities, as well as the skills, and abilities needed to be successful as a DBA. It will show you how to overcome common problems and proactively prevent disasters by implementing distributed grid computing-scalable and robust-with the ability to redeploy or rearchitect when business needs change. Reduce downtime across your enterprise by standardizing hardware, software, tools, utilities, commands, and architectural components.
- This book will also help you in situations where you need to install Oracle Database 11g or migrate to new hardware making it compliant with a Maximum Availability Architecture. By the end of this book you will have learned a lot and gained confidence in your abilities. You will be armed with knowledge as to which tools are best used to accomplish tasks while proactively moving towards an automated environment.
- An example-oriented guide to optimize a DBA's performance on 11g databases
- depositfiles
- sharingmatrix
- uploading
- turbobit
Labels: Databases and SQL
Database Modeling and Design: Logical Design (Repost)
- Database Modeling and Design: Logical Design By Toby J. Teorey, Sam S. Lightstone, Tom Nadeau, H.V. Jagadish
- Publisher: Morgan Kaufmann 2005 | 296 Pages | ISBN: 0126853525 | PDF | 6 MB
- Database systems and database design technology have undergone significant evolution in recent years. The relational data model and relational database systems dominate business applications; in turn, they are extended by other technologies like data warehousing, OLAP, and data mining. How do you model and design your database application in consideration of new technology or new business needs?
- In the extensively revised fourth edition, you'll get clear explanations, lots of terrific examples and an illustrative case, and the really practical advice you have come to count on--with design rules that are applicable to any SQL-based system. But you'll also get plenty to help you grow from a new database designer to an experienced designer developing industrial-sized systems.
- + a detailed look at the Unified Modeling Language (UML-2) as well as the entity-relationship (ER) approach for data requirements specification and conceptual modeling--with examples throughout the book in both approaches!
- + the details and examples of how to use data modeling concepts in logical database design, and the transformation of the conceptual model to the relational model and to SQL syntax;
- + the fundamentals of database normalization through the fifth normal form;
- + practical coverage of the major issues in business intelligence--data warehousing, OLAP for decision support systems, and data mining;
- + examples for how to use the most popular CASE tools to handle complex data modeling problems.
- + Exercises that test understanding of all material, plus solutions for many exercises.
- depositfiles
- turbobit
- sharingmatrix
- uploading
Labels: Databases and SQL
SQL Clearly Explained, 3 Edition
- Jan L. Harrington, "SQL Clearly Explained, 3 Edition"
- Morgan Kaufmann | 2010 | ISBN: 0123756979 | 480 pages | PDF | 3,5 MB
- Although the core of the SQL language remains relatively unchanged, the most recent release of the SQL standard (SQL:2008) includes two sets of extensions: 1) support for object-relational databases and 2) support for XML. The second edition of this book included some material about the object-relational extensions. However, that set of commands has been greatly extended and the new edition takes that into account. The XML extensions are entirely new to the third edition. A chapter on basic relational concepts will be also added to broaden the audience and make the book more complete in its own right.
- All of the chapters will be revised to be sure they are up to date. Chapter 10 ("Views, Temporary Tables, and Indexes") from the second edition will be expanded to include common table expression (CTEs). The material in the existing Chapter 14 ("Unimplemented SQL-92 Features 251") will be disbursed through the chapters where the particular type of operation is discussed. While the content throughout will be updated where necessary, the existing organizational structure through chapter 14 will remain largely intact because this coverage represents the stable portion of the SQL language.
- There will be two NEW chapters at the beginning of the book. Chapter 1 ("The Relational Data Model") covers the relational data model conceptual material; Chapter 2 ("Manipulating Relations with Relational Algebra") covers the relational algebra material that will be pulled from the retrieval chapters. Part 5 ("Non-relational SQL Extensions") will now include the non-relational SQL extensions in three chapters. Chapter 17 (NEW) will cover XML. Chapter 18 will contain the object-relational conceptual material from the original chapter 15 and chapter 19 (NEW) will cover SQL object-relational support. (Some of chapter 19 will come from the second edition, however, a great deal of object-relational support has been added to the current standard and therefore needs to be added.) The other NEW chapter is Chapter 14, which covers triggers and stored procedures. This material was missing from previous editions. Many readers should find it a useful addition.
- •Demonstrates how to formulate SQL queries and how queries are processed to maximize performance of the database management system
- Explains use of SQL to enter, modify or delete data to maintain database structural elements
- Download
- uploading.com
- sharingmatrix.com
Labels: Databases and SQL
Joe Celko's Trees and Hierarchies in SQL for Smarties
- Joe Celko, "Joe Celko's Trees and Hierarchies in SQL for Smarties"
- Morgan Kaufmann | 2004 | ISBN: 1558609202 | 240 pages | PDF | 2,5 MB
- Expert advice for smarties from the #1 SQL guru!
- Review
- "I want to say clearly that I think the subject of this proposed book is one for which there will be considerable demand...the topic is poorly understood in general and a good book on the subject will be helpful to the SQL community at large. This book should be of great interest to real-world application programmers...I think that this book would be used on a day-to-day basis (rather than languish on a shelf until some special problem arose)."
- -Jim Melton, author of SQL:1999.
- Download
- uploading.com
- sharingmatrix.com
Labels: Databases and SQL
Joe Celko's Analytics and OLAP in SQL
- Joe Celko, "Joe Celko's Analytics and OLAP in SQL"
- Morgan Kaufmann | 2006 | ISBN: 0123695120 | 208 pages | PDF | 2,6 MB
- Before SQL programmers could begin working with OLTP (On-Line Transaction Processing) systems, they had to unlearn procedural, record-oriented programming before moving on to SQLs declarative, set-oriented programming. This book covers the next step in your growth. OLAP (On-Line Analytical Processing), Data Warehousing and Analytics involve seeing data in the aggregate and over time, not as single transactions. Once more it is time to unlearn what you were previously taught.
- This book is not an in-depth look at particular subjects, but an overview of many subjects that will give the working RDBMS programmers a map of the terra incognita they will faceif they want to grow.
- * Expert advice from a noted SQL authority and award-winning columnist, who has given ten years of service to the ANSI SQL standards committee and many more years of dependable help to readers of online forums.
- * First book that teaches what SQL programmers need in order to successfully make the transition from transactional systems (OLTP) into the world of data warehouse data and OLAP.
- * Offers real-world insights and lots of practical examples.
- * Covers the OLAP extensions in SQL-99; ETL tools, OLAP features supported in DBMSs, other query tools, simple reports, and statistical software.
- Download
- uploading.com
- sharingmatrix.com
Labels: Databases and SQL
Joe Celko's Data, Measurements and Standards in SQL
- Joe Celko, "Joe Celko's Data, Measurements and Standards in SQL"
- Morgan Kaufmann | 2009 | ISBN: 0123747228 | 309 pages | PDF | 3,3 MB
- Joe Celko has looked deep into the code of SQL programmers and found a consistent and troubling pattern - a frightening lack of consistency between their individual encoding schemes and those of the industries in which they operate. This translates into a series of incompatible databases, each one an island unto itself that is unable to share information with others in an age of internationalization and business interdependence. Such incompatibility severely hinders information flow and the quality of company data.
- Data, Measurements and Standards in SQL reveals the shift these programmers need to make to overcome this deadlock. By collecting and detailing the diverse standards of myriad industries, and then giving a declaration for the units that can be used in an SQL schema, Celko enables readers to write and implement portable data that can interface to any number of external application systems!
- This book doesn't limit itself to one subject, but serves as a detailed synopsis of measurement scales and data standards for all industries, thereby giving RDBMS programmers and designers the knowledge and know-how they need to communicate effectively across business boundaries.
- * Collects and details the diverse data standards of myriad industries under one cover, thereby creating a definitive, one-stop-shopping opportunity for database programmers.
- * Enables readers to write and implement portable data that can interface to any number external application systems, allowing readers to cross business boundaries and move up the career ladder.
- * Expert advice from one of the most-read SQL authors in the world who is well known for his ten years of service on the ANSI SQL standards committee and Readers Choice Award winning column in Intelligent Enterprise.
- Download
- uploading.com
- sharingmatrix.com
Labels: Databases and SQL
Joe Celko's Data and Databases: Concepts in Practice
- Joe Celko, "Joe Celko's Data and Databases: Concepts in Practice (repost)"
- Morgan Kaufmann | 2001 | ISBN: 1558604324 | 400 pages | PDF | 1,5 MB
- Do you need an introductory book on data and databases? If the book is by Joe Celko, the answer is yes. Data and Databases: Concepts in Practice is the first introduction to relational database technology written especially for practicing IT professionals. If you work mostly outside the database world, this book will ground you in the concepts and overall framework you must master if your data-intensive projects are to be successful. If you're already an experienced database programmer, administrator, analyst, or user, it will let you take a step back from your work and examine the founding principles on which you rely every day-helping you to work smarter, faster, and problem-free.
- Whatever your field or level of expertise, Data and Databases offers you the depth and breadth of vision for which Celko is famous. No one knows the topic as well as he, and no one conveys this knowledge as clearly, as effectively-or as engagingly. Filled with absorbing war stories and no-holds-barred commentary, this is a book you'll pick up again and again, both for the information it holds and for the distinctive style that marks it as genuine Celko.
- * Supports its extensive conceptual information with example code and other practical illustrations.
- * Explains fundamental issues such as the nature of data and data modeling, and moves to more specific technical questions such as scales, measurements, and encoding.
- * Offers fresh, engaging approaches to basic and not-so-basic issues of database programming, including data entities, relationships and values, data structures, set operations, numeric data, character string data, logical data and operations, and missing data among others.
- * Covers the conceptual foundations of modern RDBMS technology, making it an ideal choice for students.
- Download
- uploading.com
- sharingmatrix.com
Labels: Databases and SQL
Joe Celko's SQL for Smarties: Advanced SQL Programming, 3 Edition
- Joe Celko, "Joe Celko's SQL for Smarties: Advanced SQL Programming, 3 Edition"
- Morgan Kaufmann | 2005 | ISBN: 0123693799 | 840 pages | PDF | 6,3 MB
- In the SQL database community, Joe Celko is a well-known columnist and purveyor of valuable insights. In Joe Celko's SQL for Smarties: Advanced SQL Programming, he picks up where basic SQL training and experience leaves many database professionals and offers tips, techniques, and explanations that help readers extend their capabilities to top-tier SQL programming.
- Although Celko denies that the book is about database theory, he nevertheless alludes to theory often to buttress his practical points. This title is not for novices, as the author points out. Instead, its intended audience is SQL programmers with at least a year's experience. The book maintains a fine balance between technical discussion and practical explanation--picking hot topics and offering advice on a wide range of issues.
- The book uses ANSI SQL-89 as its baseline standard, with some mention of SQL-92 features. It does not, however, focus on any commercial product; this guide zeroes in on the SQL language. Celko covers all aspects of database design, optimization, and manipulation, with easy-to-understand explanations of key issues such as why not to use too many nulls, how to use practical normalization, and how to optimize queries.
- This insightful text is manna for all the day-to-day SQL coders banging their heads over the language's subtle challenges. --Stephen W. Plain
- Topics covered: Database design and normalization, SQL data types, querying, grouping, set operations, optimization, data scaling, and encoding. --This text refers to an out of print or unavailable edition of this title.
- Review
- "This book is a classic, and this revision will merely solidify its position."
- --Rudy Limeback
- Download
- uploading.com
- sharingmatrix.com
Labels: Databases and SQL
Joe Celko's SQL Puzzles and Answers, 2 Edition
- Joe Celko, "Joe Celko's SQL Puzzles and Answers, 2 Edition"
- Morgan Kaufmann | 2006 | ISBN: 0123735963 | 352 Pages | PDF | 4,1 MB
- In this complete revision and expansion of his first SQL Puzzles book, Joe Celko challenges you with his trickiest puzzlesand then helps solve them with a variety of solutions and explanations. Joe demonstrates the thought processes that are involved in attacking a problem from an SQL perspective to help advanced database programmers solve the puzzles you frequently face. These techniques not only help with the puzzle at hand, but help develop the mindset needed to solve the many difficult SQL puzzles you face every day. Of course, part of the fun is to see whether or not you can write better solutions than Joes.
- Download
- uploading.com
- sharingmatrix.com
- megaupload.com
Labels: Databases and SQL
PostgreSQL Essential Reference
- PostgreSQL Essential Reference
- Sams | October-25-2001 | ISBN: 0735711216 | 400 pages | PDF | 1MB
- PostgreSQL Essential Reference is a reference book for developers and system administrators who are already familiar with SQL database concepts but that need clear and concise documentation that is specific to PostgreSQL.
- The book is divided into 3 parts; Basic SQL Reference, PostgreSQL specifics, and PostgreSQL administration. On a whole, it provides a command, the syntax, available options, description, and example code. Readers will be able to easily utilize the code and concepts into their use f the product.An added advantage to this book is that provides all reference material in two ways; alphabetically and by task. This is important because readers of the book will be looking for this information by both methods.
- download links
- Mirror
- mirror
Labels: Databases and SQL
Subscribe to:
Posts (Atom)