|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
OR_ocm52355578 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
030603s2003 cau ob 001 0 eng d |
010 |
|
|
|z 2003277802
|
040 |
|
|
|a HUA
|b eng
|e pn
|c HUA
|d OCLCQ
|d OCLCG
|d CEF
|d OCLCQ
|d CUSER
|d OCLCE
|d AZU
|d NHM
|d VMI
|d OCLCQ
|d OCLCF
|d OCLCQ
|d VLB
|d OCLCQ
|d INARC
|d AU@
|d WYU
|d UAB
|d ERF
|d UKBTH
|d UHL
|d VT2
|d LDP
|d OCLCO
|d LVT
|d OCLCQ
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 300610460
|a 326948760
|a 606904482
|a 729549035
|a 748105228
|a 759513226
|a 1036798614
|a 1044292055
|a 1056371585
|a 1112567728
|a 1113084523
|a 1113687251
|a 1129374499
|a 1156878177
|a 1202569680
|a 1240518233
|a 1302261974
|
020 |
|
|
|a 9780596001452
|
020 |
|
|
|a 0596001452
|
020 |
|
|
|z 0596001452
|
024 |
8 |
|
|a 0596001452
|
035 |
|
|
|a (OCoLC)52355578
|z (OCoLC)300610460
|z (OCoLC)326948760
|z (OCoLC)606904482
|z (OCoLC)729549035
|z (OCoLC)748105228
|z (OCoLC)759513226
|z (OCoLC)1036798614
|z (OCoLC)1044292055
|z (OCoLC)1056371585
|z (OCoLC)1112567728
|z (OCoLC)1113084523
|z (OCoLC)1113687251
|z (OCoLC)1129374499
|z (OCoLC)1156878177
|z (OCoLC)1202569680
|z (OCoLC)1240518233
|z (OCoLC)1302261974
|
042 |
|
|
|a dlr
|
050 |
|
4 |
|a QA76.73.S67
|b D83 2003
|
060 |
|
4 |
|a QA 76.73 S67
|b D47m 2002
|
082 |
0 |
4 |
|a 005.7585
|b M998x D816m
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a DuBois, Paul,
|d 1956-
|
245 |
1 |
0 |
|a MySQL Cookbook /
|c Paul DuBois.
|
250 |
|
|
|a 1st ed.
|
260 |
|
|
|a Sebastopol, CA :
|b O'Reilly,
|c ©2003.
|
300 |
|
|
|a 1 online resource (xxvii, 992 pages)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
500 |
|
|
|a "Covers MySQL 4.0"--Cover.
|
500 |
|
|
|a "Solutions and examples for MySQL database developers"--Cover.
|
504 |
|
|
|a Includes bibliographical references (pages 958-960) and index.
|
588 |
0 |
|
|a Print version record.
|
505 |
2 |
0 |
|t Using the MYSQL client program --
|t Writing MYSQL-based programs --
|t Record selection techniques --
|t Working with strings --
|t Working with dates and times --
|t Obtaining and using metadata --
|t Importing and exporting data --
|t Generating and using sequences --
|t Using multiple table --
|t Statistical techniques --
|t Handling duplicates --
|t Performing transactions --
|t Introduction to MYSQL on the Web --
|t Incorporating query results into Web pages --
|t Processing Web input with MYSQL --
|t Using MYSQL-based Web software --
|t Obtaining MYSQL software --
|t JSP and Tomcat Primer --
|g References --
|g Index.
|
506 |
|
|
|3 Use copy
|f Restrictions unspecified
|2 star
|5 MiAaHDL
|
533 |
|
|
|a Electronic reproduction.
|b [S.l.] :
|c HathiTrust Digital Library,
|d 2010.
|5 MiAaHDL
|
538 |
|
|
|a Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002.
|u http://purl.oclc.org/DLF/benchrepro0212
|5 MiAaHDL
|
583 |
1 |
|
|a digitized
|c 2010
|h HathiTrust Digital Library
|l committed to preserve
|2 pda
|5 MiAaHDL
|
520 |
|
|
|a While MySQL has turned up among high profile users such as Yahoo!, NASA and the U.S. Census Bureau, the rising popularity of this open source database is especially keen among users with little database experience. These days, even a small organization or web site has uses for a database, and MySQL is an obvious choice. Affordable and easy to use, MySQL packs the power, speed and efficiency that enable it to rival expensive, proprietary database solutions. Yet, even if you know the basics, anyone without practical MySQL experience--novices and skilled DBAs alike--might stumble over common database-related tasks. Fortunately, there's a sensible shortcut. MySQL Cookbook provides a unique problem-and-solution format that offers practical examples for everyday programming dilemmas. For every problem addressed in the book, there's a worked-out solution or "recipe"--short, focused pieces of code that you can insert directly into your applications. But MySQL Cookbook is more than a collection of cut-and-paste code. You also get explanations of how and why the code works, so you can learn to adapt the techniques to similar situations. The book covers a lot of ground. Solutions for typical MySQL dilemmas range from simple ways to find all records that contain a given string, to more difficult problems, such as finding matching/non-matching records in two tables. Whether you use MySQL on Unix, Linux, Windows or the Mac OS X platform, the book will show you how to: Import data from external sources Export data for use by external programs Access MySQL from your web server Use scripts with MySQL to read queries from a file Access MySQL from within client programs that use Perl, PHP, Java, Python and other languages Construct queries that solve commonly-occurring questions Interact with the server This learn-as-you-go resource will help users of all levels exploit MySQL more fully. MySQL Cookbook supplies you with an armory of ready-made techniques for specific problems so that, even if you're an experienced MySQL user, you don't have to write everything from scratch.
|
542 |
|
|
|f Copyright © O'Reilly Media, Inc.
|g 2002
|
546 |
|
|
|a English.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
4 |
|a MySQL (Computer file)
|
650 |
|
0 |
|a SQL (Computer program language)
|
650 |
|
6 |
|a SQL (Langage de programmation)
|
650 |
|
7 |
|a SQL (Computer program language)
|2 fast
|0 (OCoLC)fst01102869
|
650 |
|
7 |
|a Engineering & Applied Sciences.
|2 hilcc
|
650 |
|
7 |
|a Computer Science.
|2 hilcc
|
776 |
0 |
8 |
|i Print version:
|a DuBois, Paul, 1956-
|t MySQL Cookbook.
|b 1st ed.
|d Sebastopol, CA : O'Reilly, ©2003
|z 0596001452
|w (OCoLC)50988464
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/0596001452/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Internet Archive
|b INAR
|n mysqlcookbook00dubo
|
994 |
|
|
|a 92
|b IZTAP
|