Geometry.Net - the online learning center
Home  - Computer - Sql
e99.com Bookstore
  
Images 
Newsgroups
Page 4     61-80 of 135    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | Next 20

         Sql:     more books (99)
  1. Microsoft SQL Server Reporting Services Recipes: for Designing Expert Reports (Wrox Programmer to Programmer) by Paul Turley, Robert M. Bruckner, 2010-04-05
  2. Inside Microsoft SQL Server 2005: T-SQL Querying (Solid Quality Learning) by Itzik Ben-Gan, Lubor Kollar, et all 2006-03-29
  3. Professional Microsoft SQL Server 2008 Reporting Services (Wrox Programmer to Programmer) by Paul Turley, Thiago Silva, et all 2008-12-22
  4. SQL Injection Attacks and Defense by Justin Clarke, 2009-05-15
  5. Microsoft SQL Server 2005 Administrator's Pocket Consultant (Pro-Administrator's Pocket Consultant) by William R. Stanek, 2005-11-02
  6. Professional Microsoft SQL Server 2008 Integration Services (Wrox Programmer to Programmer) by Brian Knight, Erik Veerman, et all 2008-10-06
  7. OCA Oracle Database SQL Expert Exam Guide: Exam 1Z0-047 (Osborne Oracle Press Series) by Steve O'Hearn, 2009-11-22
  8. Learning SQL Server 2008 Reporting Services by Jayaram Krishnaswamy, 2009-03-23
  9. Microsoft® SQL Server 2008 R2 Analytics & Data Visualization by Doug Harts, Jim Dugan, et all 2010-09-09
  10. The Art of SQL by Stephane Faroult, Peter Robson, 2006-03-01
  11. Oracle PL/SQL For Dummies by Michael Rosenblum, Paul Dorsey, 2006-06-13
  12. SQL Bible by Alex Kriegel, Boris M. Trukhnov, 2008-04-07
  13. Data Mining with Microsoft SQL Server 2008 by Jamie MacLennan, ZhaoHui Tang, et all 2008-11-17
  14. Mastering Oracle SQL, 2nd Edition by Sanjay Mishra, Alan Beaulieu, 2004-06-22

61. SQL Exercises
Help everyone to gain or improve skills in building sql Data Manipulation Language statements. A rating system is supported for SELECT exercises and
http://www.sql-ex.ru/

62. SQL
Featured sql Products Apexsql Debug now available. Addin for sql Server Management Studio lets you debug sql stored procedures and profile performance.
http://www.componentsource.com/features/sql/index.html

63. BMC Communities: DBAzine
Provides tips and articles helpful in everyday sql server usage.
http://www.dbazine.com/sql

64. Microsoft SQL Azure | Relational Database Service | Cloud Database
Official site giving details of the database product and services available.
http://www.microsoft.com/windowsazure/sqlazure/
Page navigation
  • Change language Jump to search Jump to site navigation Jump to page content ... Contact us
  • 65. SQL Zone | The Social Network For Developers
    Apache Hadoop Refcard. An authoritative overview of MapReduce, Hadoop Components, Cluster Building Blocks, HDFS and more.
    http://sql.dzone.com/
    Login Join DZone The social network for developers

    66. Azure Support | Windows And SQL Azure Tutorial
    Windows and sql Azure tutorials and news.
    http://www.azuresupport.com

    67. SQL For Web Nerds
    A nicely structured manuscript on sql by Philip Greenspun, based on the Oracle database. Queries, transactions, triggers, and RDBMS concepts are covered.
    http://philip.greenspun.com/sql/
    SQL for Web Nerds
    by Philip Greenspun Preface
  • Introduction
  • Data modeling ...
  • simple queries : one table, one table with subquery, JOIN, JOIN with subquery, OUTER JOIN
  • more complex queries : GROUP BY, aggregates, HAVING
  • Transactions (inserts and updates)
  • triggers
  • views
  • style
  • escaping to the procedural world : PL/SQL and Java executing inside the Oracle server
  • trees
  • handling dates in Oracle
  • limits in Oracle; how they will bite you and how to work around them
  • tuning , what to do when your query runs too slowly
  • data warehousing , what to do when your query doesn't answer your questions
  • foreign and legacy data , making foreign Web sites look like local SQL tables
  • normalization
    Afterword

    Appendix A: Setting up your own RDBMS
    Appendix B: Getting real work done with Oracle More: philg@mit.edu
  • 68. SQL Definition Of SQL In The Free Online Encyclopedia.
    sql in full Structured Query Language. Computer programming language used for retrieving records or parts of records in databases and performing various calculations before
    http://encyclopedia2.thefreedictionary.com/SQL

    69. Structured Query Language (SQL)
    The Net’s best collection of sql links from your About.com guide. Find an sql training course, sql reference book or have your questions answered!
    http://databases.about.com/od/sql/Structured_Query_Language_SQL.htm
    zWASL=1 zGL='0';zGR='ca-about-radlink'; zJs=10 zJs=11 zJs=12 zJs=13 zc(5,'jsc',zJs,9999999,'') zDO=0
  • Home Databases
  • Databases
    Search
    The Structured Query Language (SQL) forms the backbone of most modern database systems. These links provide the best resources on the Net for neophytes and expert database administrators alike!
    Counting Values in a Database Table with the SQL COUNT Function
    Combining Query Results with the UNION Command
    zSB(3,3)
    Free Learning SQL E-Course
    The Structured Query Language (SQL) forms the backbone of all relational databases. This language offers a flexible interface for databases of all shapes and sizes and is used as the basis for all user and administrator interactions with the database. In this course, you'll learn the basics of using SQL to store, retrieve and manipulate information in a database.
    Structured Query Language Frequently Asked Questions
    Looking for advice on using the Structured Query Language? The About Databases SQL FAQ provides answers to the most frequently asked questions about SQL and databases.
    Controlling Data Access with Views
    Database views allow you to easily reduce the complexity of the end user experience and limit their ability to access data contained in database tables by limiting the data presented to the end user. Essentially, a view uses the results of a database query to dynamically populate the contents of an artificial database table.

    70. Blog.smarx.com - Cloud Development Blog
    Windows and sql Azure developer s blog.
    http://blog.smarx.com/

    71. Intermedia - MS SQL Tutorial
    Nov 1, 1998 Intermedia.NET offers excellence in Web Hosting and Exchange Hosting.
    http://www.intermedia.net/support/sql/sqltut.asp
    MS SQL Tutorial
    TABLE OF CONTENTS Basics of the
    SELECT Statement Conditional Selection Relational Operators Compound Conditions Using LIKE ... Important Links
    Introduction to Structured Query Language: Version 4.11
    This page is a tutorial of the Structured Query Language (also known as SQL ) and is a pioneering effort on the World Wide Web, as this is the first comprehensive SQL tutorial available on the Internet. SQL allows users to access data in relational database management systems, such as Oracle, Sybase, Informix, Microsoft SQL Server, Access, and others, by allowing users to describe the data the user wishes to see. SQL also allows users to define the data in a database, and manipulate that data. This page will describe how to use SQL, and give examples. The SQL used in this document is "ANSI", or standard SQL, and no SQL features of specific database management systems will be discussed until the "Nonstandard SQL" section. It is recommended that you print this page, so that you can easily refer back to previous examples.
    Basics of the SELECT Statement In a relational database, data is stored in tables. An example table would relate Social Security Number, Name, and Address:

    72. EnterSources - Free Source Code - Sql - Oracle
    sqlCommand, MS sql, Free source code, css, html, C , C++,VB, VB.Net, Ajax, ASP.Net,Silverlight, XML, PHP, COM+, website,web
    http://sql.entersources.com/

    73. SBS Development
    Publishes Automated-sql-Builder, a sql Server utility used to generate user defined sql queries.
    http://www.sbsdev.co.uk/

    74. SQL Tutorial - Introduction
    An introductory tutorial to sql including sql examples of code. Follow a long and learn sql.
    http://www.tizag.com/sqlTutorial/

    75. SQL From FOLDOC
    sql language, database, standard /S Q L/ An industrystandard language for creating, updating and, querying relational database management systems.
    http://foldoc.org/SQL
    SQL
    language database standard relational database management systems SQL was developed by IBM in the 1970s for use in System R . It is the de facto standard as well as being an ISO and ANSI standard . It is often embedded in general purpose programming languages. The first SQL standard, in 1986, provided basic language constructs for defining and manipulating tables of data; a revision in 1989 added language extensions for referential integrity and generalised integrity constraints . Another revision in 1992 provided facilities for schema manipulation and data administration , as well as substantial enhancements for data definition and data manipulation. Development is currently underway to enhance SQL into a computationally complete language for the definition and management of persistent , complex objects. This includes: generalisation and specialisation hierarchies, multiple inheritance , user defined data types triggers and assertions , support for knowledge based systems recursive query expressions , and additional data administration tools. It also includes the specification of abstract data types (ADTs), object identifiers

    76. Microsoft SQL Server, Total SQL Analyzer PRO: Security, Documentation And Analys
    Total sql Analyzer PRO provides analysis and documentation of sql Server databases and configurations.
    http://www.fmsinc.com/products/sqlanalyzer/
    Jump: MICROSOFT ACCESS Total Access Admin Total Visual Agent Total Access Analyzer Total Visual CodeTools Total Access Components Total Access Detective Total Access Emailer Total Access Memo Total Visual SourceBook Total Access Speller Total Access Startup Total Access Statistics Total Access Developer Suite Total Access Ultimate Suite Total Visual Developer Suite SQL SERVER Total SQL Analyzer PRO Total SQL Statistics VISUAL BASIC Total Visual Agent Total Visual CodeTools Total Visual SourceBook Total Visual Developer Suite Total VB Statistics Total VB Enterprise Suite VISUAL STUDIO .NET Total .NET SourceBook 2005 Total .NET SourceBook 2003 Total .NET Analyzer 2003 Total .NET XRef 2003 Total .NET Developer Suite 2003 DATA VISUALIZATION Sentinel Visualizer ZIP CODE DATA Total ZipCode Database TRAINING VIDEOS Access Developer 2003 Complete ASP.NET Complete C# .NET Complete Visual Basic .NET PSL Advanced .NET .NET Programmers Bundle Deluxe .NET Programmers Bundle Access 2003 Dev. and SQL Server Access 2003 and SQL Server GENERAL PRODUCT INFO Order Form Free Demos Free Catalog Quality Pledge International Dealers Language Support Paradox PRODUCT SUPPORT Newsgroup Information Product Updates Technical FAQs Registration NEWS Blog Awards Press Releases Reviews Upcoming Events ABOUT FMS Consulting Services Join Our Team Contact Us FREE RESOURCES Book Recommendations Links to Related Sites Technical Papers The Buzz Email Newsletter Tips Search: Total SQL Analyzer PRO Super-Charge SQL Server SQL Analyzer Info: Product Guide Rave Reviews FAQs Why SQL Analyzer?

    77. Compare Database Schemas, Synchronize Database Schemas With SQL Compare
    sql Compare, by Red Gate Software, compares and synchronizes sql Server databases, automate comparisons, and helps you manage database versioning issues .
    http://www.red-gate.com/products/SQL_Compare/
    Skip to main content Shopping Cart Quotes
    DBA Tools
    Other Products
    Early Access Programs
    Products :: SQL Compare from
    SQL Compare
    Latest version: 8.50
    Compares and synchronizes SQL Server database schemas
    Download your 14-day, free trial of SQL Compare 8
    Over professionals use SQL Compare to: Save time by automatically comparing and synchronizing database schemas Eliminate mistakes migrating database changes from dev, to test, to production Speed up the deployment of new database schema updates Generate T-SQL scripts to update one database to match the schema of another Find and fix errors caused by differences between databases Deploy a database from source control New! Compare and synchronize within SSMS Need a version of SQL Compare that works with Oracle? Download

    78. SQLskills.com | Immerse Yourself In SQL Server
    sqlskills offers training, consulting, mentoring and custom Immersion events focused on Microsoft sql Server. sqlskills was founded by sql Server Specialist Kimberly L. Tripp.
    http://sqlskills.com/
    Home Services Audit: availability/DR Audit: maintenance/ops Consulting Design Training/Custom Courses Past Customers Contact Us Events Upcoming Events Past Events SQL Immersion Events Partners Resources Articles Blogs Books Event Resources Knowledge Base Articles Interviews Whitepapers Who are SQLskills?
    We're different. We don't advise baseless operational/design best-practices. We explain everything , to whatever depth you want to go.
    SQLskills.com is owned and run by world-renowned SQL Server experts Paul S. Randal and Kimberly L. Tripp . The husband-and-wife team have over 30 years combined experience working with all sizes of SQL Server databases, in organizations as diverse as Fortune-100 companies to small, single-database businesses. Together they teach the storage internals, performance tuning, database design, database maintenance, and disaster recovery sections of Microsoft's most advanced course - Microsoft Certified Master - SQL Server.
    The newest addition to the SQLskills.com team

    79. Mac SQL
    A port of the Mysql client APIs to MacOS. Also available is a driver for msql.
    http://www.lilback.com/macsql/

    80. PASS - The Professional Association For SQL Server > Home
    The Definitive Global Community for sql Server Professionals.
    http://www.sqlpass.org/

    Page 4     61-80 of 135    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | Next 20

    free hit counter