|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
OR_ocn141188920 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
070608s2006 inua o 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e pn
|c N$T
|d OCLCQ
|d OCLCF
|d OCLCO
|d YDXCP
|d OCLCQ
|d UMI
|d BAKER
|d TXJ
|d CEF
|d C6I
|d DEBSZ
|d TEFOD
|d IDEBK
|d OCLCQ
|d PIFAG
|d OCLCQ
|d OCLCO
|d WY@
|d LUE
|d WYU
|d VT2
|d LDP
|d OCLCQ
|d OCLCO
|d ANO
|d OCLCQ
|
015 |
|
|
|a GBA612483
|2 bnb
|
016 |
7 |
|
|a 013375496
|2 Uk
|
019 |
|
|
|a 70161390
|a 156808420
|a 166096346
|a 744983581
|a 992100251
|a 1065081289
|a 1103266235
|a 1152978834
|a 1156918532
|a 1192349566
|a 1240514383
|
020 |
|
|
|a 9780768666281
|q (electronic bk.)
|
020 |
|
|
|a 0768666287
|q (electronic bk.)
|
020 |
|
|
|a 0672328631
|
020 |
|
|
|a 9780672328633
|
020 |
|
|
|a 128084860X
|
020 |
|
|
|a 9781280848605
|
020 |
|
|
|a 9786610848607
|
020 |
|
|
|a 6610848602
|
029 |
1 |
|
|a AU@
|b 000044591709
|
029 |
1 |
|
|a AU@
|b 000067115476
|
029 |
1 |
|
|a DEBSZ
|b 355374021
|
029 |
1 |
|
|a GBVCP
|b 668809639
|
029 |
1 |
|
|a HEBIS
|b 291447147
|
035 |
|
|
|a (OCoLC)141188920
|z (OCoLC)70161390
|z (OCoLC)156808420
|z (OCoLC)166096346
|z (OCoLC)744983581
|z (OCoLC)992100251
|z (OCoLC)1065081289
|z (OCoLC)1103266235
|z (OCoLC)1152978834
|z (OCoLC)1156918532
|z (OCoLC)1192349566
|z (OCoLC)1240514383
|
037 |
|
|
|a CL0500000004
|b Safari Books Online
|
050 |
|
4 |
|a QA76.73.S67
|b N488 2006eb
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a K
|2 bicssc
|
082 |
0 |
4 |
|a 005.7585
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Newman, Chris.
|
245 |
1 |
0 |
|a MySQL in 10 minutes /
|c Chris Newman.
|
246 |
3 |
|
|a Sams teach yourself MySQL in 10 minutes
|
260 |
|
|
|a Indianapolis, Ind. :
|b Sams,
|c ©2006.
|
300 |
|
|
|a 1 online resource (vii, 277 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Sams teach yourself
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Cover -- TOC36;Contents -- Introduction -- PART 1 MySQL Foundations -- CH36;1 Introducing MySQL -- Database Basics -- About MySQL AB and mysql46;com -- MySQL Components -- Summary -- CH36;2 Using MySQL -- The mysql Client -- Executing SQL Statements -- Creating the Sample Tables -- Summary -- PART 2 Getting Started with SQL -- CH36;3 Retrieving Data -- The SELECT Statement -- Retrieving Database Information -- Summary -- CH36;4 Filtering and Sorting Data -- The WHERE Clause -- The ORDER BY Clause -- Summary -- CH36;5 Advanced Data Filtering -- Combining WHERE Clauses -- Limiting the Number of Rows Returned -- Summary -- CH36;6 Numeric Operators and Functions -- Numeric Operators -- Numeric Functions -- Conditional Functions -- Summary -- CH36;7 String Operators and Functions -- Using Operators with Strings -- String Functions -- Summary -- CH36;8 Date Operators and Functions -- Date Operators -- Date Functions -- Summary -- CH36;9 Summarizing Data -- Aggregate Functions -- Grouping Data -- Filtering Summary Data -- Summary -- PART 3 Advanced SQL -- CH36;10 Using Subqueries -- Understanding Subqueries -- Summary -- CH36;11 Joining Tables -- Understanding Joins -- Summary -- CH36;12 Creating Advanced Joins -- The JOIN Keyword -- Inner Joins -- Joining Multiple Tables -- Cross Joins -- Self45;Joins -- Natural Joins -- Outer Joins -- Summary -- CH36;13 Combining Queries -- Understanding Combined Queries -- Other Compound Operations -- Using Temporary Tables -- Summary -- PART 4 Creating a New Database -- CH36;14 Creating and Modifying Tables -- Creating a New Database -- Character Sets and Collations -- Altering a Database -- Dropping a Database -- Managing Tables -- Temporary Tables -- Using a Query to Create a Table -- Storage Engines -- Altering Tables -- Dropping Tables -- Summary -- CH36;15 Working with Data -- The INSERT Statement -- The DELETE Statement -- The UPDATE Statement -- The REPLACE Statement -- Loading Data from a File -- Why Use Transactions63; -- Transactions in MySQL -- Autocommit Mode -- Rolling Back a Transaction -- Summary -- CH36;16 Designing Your Database -- Relationships -- Normalization -- Naming Tables and Columns -- Data Types -- Summary -- CH36;17 Keys and Indexes -- Understanding Keys and Indexes -- Using Indexes in MySQL -- Summary -- CH36;18 Managing User Access -- Understanding MySQL Authentication -- User Management -- Using Wildcards -- Summary -- PART 5 New Features in MySQL 546;0 -- CH36;19 Views -- Understanding Views -- Summary -- CH36;20 Stored Routines -- Understanding Stored Routines -- Summary -- CH36;21 Triggers -- Understanding Triggers -- Summary -- PART 6 Interfacing with MySQL -- CH36;22 Using ODBC -- Understanding ODBC -- Connecting to MyODBC -- Summary -- CH36;23 Using MySQL with C -- The C Language API -- Summary -- CH36;24 Using MySQL with PHP -- Using the mysql API -- Using the mysqli API -- Summary -- CH36;25 Using MySQL with Perl -- The Perl DBI -- Using the MySQL DBD -- Summary -- PART 7 Appendixes -- T$848.
|
520 |
|
|
|a Now at over 5 million downloads and widely used at all levels, MySQL continues to grow in popularity. Readers are hungry for a concise, easily accessible tutorial on MySQL basics that allows them to get up and running quickly. While there are many MySQL books on the market, there are no up-to-date books that meet this need for the reader. Furthermore, sales of MySQL books clearly shows the need for a concise, handy tutorial versus the more bulky introductions to MySQL. Sams Teach Yourself MySQL in 10 Minutes provides a no-fluff, just-the-answers guide to building and managing MySQL databases.
|
546 |
|
|
|a English.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a MySQL (Electronic resource)
|
630 |
0 |
7 |
|a MySQL (Electronic resource)
|2 blmlsh
|
630 |
0 |
7 |
|a MySQL (Electronic resource)
|2 fast
|0 (OCoLC)fst01395715
|
650 |
|
0 |
|a SQL (Computer program language)
|
650 |
|
0 |
|a Database management.
|
650 |
|
6 |
|a SQL (Langage de programmation)
|
650 |
|
6 |
|a Bases de données
|x Gestion.
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a SQL (Computer program language)
|2 blmlsh
|
650 |
|
7 |
|a Database management.
|2 fast
|0 (OCoLC)fst00888037
|
650 |
|
7 |
|a SQL (Computer program language)
|2 fast
|0 (OCoLC)fst01102869
|
776 |
0 |
8 |
|i Print version:
|a Newman, Chris.
|t MySQL in 10 minutes.
|d Indianapolis, Ind. : Sams, ©2006
|z 0672328631
|z 9780672328633
|w (DLC) 2005328631
|w (OCoLC)62891664
|
830 |
|
0 |
|a Sams teach yourself.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/0672328631/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Baker & Taylor
|b BKTY
|c 14.99
|d 11.24
|i 0672328631
|n 0006613504
|s active
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 191980
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n 84860
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 2567153
|
994 |
|
|
|a 92
|b IZTAP
|