Livro SQL

Lucky_JL

Power Member
Boas :)

Ando a procura de um bom livro de SQL , algo tipo uma biblia , que possa consultar e que explique de uma forma clara tudo sobe a linguagem :P

Nas livrarias so tenho visto o SQL do Luis Damas , mas esse é bastante simples , estou mais inclinado para o "PL/SQL User Guide & Reference" , que alias esta disponivel em PDF, no entanto queria saber se alguem conhece um livro de SQL que funcione com uma "Biblia" do SQL :)

E ainda ando indeciso se vale a pena comprar um de SQL , ou PL/SQL pois o objectivo vai ser trabalhar principalmente com software da Oracle ...


Lucky_JL
 
O PL/SQL é uma linguagem usada em Oracle e que não tem nada a ver com SQL. Usa o SQL mas tem comandos próprios que só são válidos nesta linguagem.

É uma linguagem com uma sintaxe algo parecida com o Pascal.
 
Se quiseres mesmo de SQL, e não te importares que esteja em inglês:


"SQL Bible":


by Alex Kriegel and Boris M. Trukhnov
ISBN:0764525840
John Wiley & Sons © 2003 (831 pages)

This definitive volume contains all the information you need to understand and use SQL and its implementations in accordance with the established SQL99 standard.

Table of Contents:

Preface
Part I - SQL Basic Concepts and Principles
Chapter 1 - SQL and Relational Database Management Systems (RDBMS)
Chapter 2 - Fundamental SQL Concepts and Principles
Chapter 3 - SQL Data Types
Part II - Creating and Modifying Database Objects
Chapter 4 - Creating RDBMS Objects
Chapter 5 - Altering and Destroying RDBMS Objects
Part III - Data Manipulation and Transaction Control
Chapter 6 - Data Manipulation Language (DML)
Chapter 7 - Sessions, Transactions, and Locks
Part IV - Retrieving and Transforming Data
Chapter 8 - Understanding SELECT Statement
Chapter 9 - Multitable Queries
Chapter 10 - SQL Functions
Chapter 11 - SQL Operators
Part V - Implementing Security Using System Catalogs
Chapter 12 - SQL and RDBMS Security
Chapter 13 - The System Catalog and INFORMATION_SCHEMA
Part VI - Beyond SQL—Procedural Programming and Database Access Mechanisms
Chapter 14 - Stored Procedures, Triggers, and User-Defined Functions
Chapter 15 - Dynamic and Embedded SQL Overview
Chapter 16 - SQL API
Chapter 17 - New Developments—XML, OLAP, and Objects
Part VII - Appendix
Appendix A - What's on the CD-ROM
Appendix B - The ACME Sample Database
Appendix C - Basics of Relational Database Design
Appendix D - Installing RDBMS Software
Appendix E - Accessing RDBMS
Appendix F - Installing the ACME Database
Appendix G - SQL Functions
Appendix H - SQL Syntax Reference
Appendix I - SQL-Reserved Keywords
Appendix J - SQL99 Major Features Compliance Across Different RDBMS
Appendix K - The Other RDBMS
Appendix L - A Brief Introduction to the Number Systems, Boolean Algebra, and Set Theory


...é excelente ;)
 
Delta disse:
O PL/SQL é uma linguagem usada em Oracle e que não tem nada a ver com SQL. Usa o SQL mas tem comandos próprios que só são válidos nesta linguagem.

É uma linguagem com uma sintaxe algo parecida com o Pascal.


Eu sei :) Alias deixei isso claro no post ...

O problema é k ja sei SQL, e kero um livro k explique todos os promenores , todas as funcionalidades avançadas , etc ... no fundo uma biblia..

E como estou a trabalhar com oracle , e ai uso basicamente PL/SQL estou indeciso entre comprar uma biblia de PL/SQL ou uma biblia de SQL , é pk o PL/SQL é SQL com mais uns pozinhos magicos da oracle :P

No seguinto de uns pdf's k tenho tirado e de umas pesquisas devo optar por comprar 2 livros, o SQL Bible , e o PL/SQL User Guide & Reference


Tks a todos pela opiniao :)


Lucky_JL
 
Back
Topo