Cargando…

Beginning T-SQL /

This book begins with an introduction to databases, normalization, and SQL Server Management Studio. Attention is given to Azure SQL Database and how to connect to remote databases in the cloud. Each subsequent chapter teaches an aspect of T-SQL, building on the skills learned in previous chapters....

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Kellenberger, Kathi (Autor), Shaw, Scott, 1970- (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, [2014]
Edición:Third edition.
Colección:Expert's voice in SQL server.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn889583562
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 140829s2014 nyua ob 001 0 eng d
040 |a GW5XE  |b eng  |e rda  |e pn  |c GW5XE  |d UMI  |d YDXCP  |d COO  |d CAUOI  |d B24X7  |d DEBBG  |d DEBSZ  |d E7B  |d EBLCP  |d OCLCQ  |d OCLCF  |d OCLCQ  |d Z5A  |d LIV  |d MERUC  |d ESU  |d OCLCQ  |d IOG  |d N$T  |d CEF  |d DEHBZ  |d OCLCQ  |d INT  |d U3W  |d OCLCQ  |d WYU  |d YOU  |d OCLCQ  |d UAB  |d AU@  |d UKAHL  |d OCLCQ  |d WURST  |d BRF  |d DCT  |d HS0  |d DST  |d OCLCO  |d OCL  |d OCLCQ  |d INARC  |d AUD  |d OCLCQ 
019 |a 889970326  |a 908041408  |a 1059043424  |a 1097095303  |a 1126454151  |a 1136292833  |a 1203998566  |a 1206408843  |a 1227397997  |a 1227642879  |a 1228050570  |a 1237489579  |a 1244636321  |a 1300584533  |a 1303313191 
020 |a 9781484200469  |q (electronic bk.) 
020 |a 1484200462  |q (electronic bk.) 
020 |z 9781484200476 
020 |z 1484200470 
024 7 |a 10.1007/978-1-4842-0046-9  |2 doi 
029 1 |a AU@  |b 000056010604 
029 1 |a CHNEW  |b 000890479 
029 1 |a CHVBK  |b 374491968 
029 1 |a DEBBG  |b BV042182545 
029 1 |a DEBBG  |b BV043617667 
029 1 |a DEBSZ  |b 417232284 
029 1 |a GBVCP  |b 882733842 
029 1 |a AU@  |b 000067103134 
035 |a (OCoLC)889583562  |z (OCoLC)889970326  |z (OCoLC)908041408  |z (OCoLC)1059043424  |z (OCoLC)1097095303  |z (OCoLC)1126454151  |z (OCoLC)1136292833  |z (OCoLC)1203998566  |z (OCoLC)1206408843  |z (OCoLC)1227397997  |z (OCoLC)1227642879  |z (OCoLC)1228050570  |z (OCoLC)1237489579  |z (OCoLC)1244636321  |z (OCoLC)1300584533  |z (OCoLC)1303313191 
037 |a CL0500000477  |b Safari Books Online 
050 4 |a QA76.73.S67 
072 7 |a COM  |x 021040  |2 bisacsh 
072 7 |a COM  |x 051170  |2 bisacsh 
072 7 |a UY  |2 bicssc 
082 0 4 |a 005.75/65  |2 23 
049 |a UAMI 
100 1 |a Kellenberger, Kathi,  |e author. 
245 1 0 |a Beginning T-SQL /  |c Kathi Kellenberger, Scott Shaw. 
250 |a Third edition. 
264 1 |a [Berkeley, CA] :  |b Apress,  |c [2014] 
264 4 |c ©2014 
300 |a 1 online resource (xxiv, 455 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 
347 |a text file  |b PDF  |2 rda 
490 1 |a The expert's voice in SQL server 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed November 28, 2017). 
504 |a Includes bibliographical references and index. 
520 |a This book begins with an introduction to databases, normalization, and SQL Server Management Studio. Attention is given to Azure SQL Database and how to connect to remote databases in the cloud. Each subsequent chapter teaches an aspect of T-SQL, building on the skills learned in previous chapters. Exercises in most chapters provide an opportunity for the hands-on practice that leads to true learning and distinguishes the competent professional. Important techniques such as windowing functions are covered to help write fast executing queries that solve real business problems. A stand-out feature in this book is the end-of-chapter "Thinking About Performance" section which cover aspects of query performance relative to the content just presented. --  |c Edited summary from book. 
505 0 |a At a Glance; Chapter 1: Getting Started; Installing SQL Server Express Edition; Installing Books Online; Using Books Online; Using SQL Server Management Studio; Launching SQL Server Management Studio; Installing the Sample Databases; Get Started with SSMS; Summary; Chapter 2: Exploring Database Concepts; What Is SQL Server?; Databases in the Cloud; Service vs. Application; Database as Container; Data Is Stored in Tables; Data Types; Normalization; Understanding Indexes; Database Schemas; Summary; Chapter 3: Writing Simple SELECT Queries; Using the SELECT Statement. 
505 8 |a Selecting a Literal ValueRetrieving from a Table; Generating a Select-List; Mixing Literals and Column Names; Filtering Data; Adding a WHERE Clause; Using WHERE Clauses with Alternate Operators; Using BETWEEN; Using BETWEEN with NOT; Filtering on Date and Time; Using WHERE Clauses with Two Predicates; Using the IN Operator; Working with NULL; Sorting Data; Thinking About Performance; Taking Advantage of Indexes; Viewing Execution Plans; Summary; Answers to the Exercises; Solutions to Exercise 3-1: Using the SELECT Statement; Solutions to Exercise 3-2: Filtering Data. 
505 8 |a Solutions to Exercise 3-3: Using WHERE Clauses with Two PredicatesSolutions to Exercise 3-4: Working with NULL; Solutions to Exercise 3-5: Sorting Data; Chapter 4: Using Built-In Functions and Expressions; Expressions Using Operators; Concatenating Strings; Concatenating Strings and NULL; CONCAT; ISNULL and COALESCE; Concatenating Other Data Types to Strings; Using Mathematical Operators; Using String Functions; RTRIM and LTRIM; LEFT and RIGHT; LEN and DATALENGTH; CHARINDEX; SUBSTRING; CHOOSE; REVERSE; UPPER and LOWER; REPLACE; Nesting Functions; Using Date and Time Functions. 
505 8 |a GETDATE and SYSDATETIMEDATEADD; DATEDIFF; DATENAME and DATEPART; DAY, MONTH, and YEAR; CONVERT; FORMAT; DATEFROMPARTS; EOMONTH; Using Mathematical Functions; ABS; POWER; SQUARE and SQRT; ROUND; RAND; Logical Functions and Expressions; The CASE Expression; Simple CASE; Searched CASE; Listing a Column as the Return Value; IIF; COALESCE; Administrative Function s; Using Functions in the WHERE and ORDER BY Clauses; The TOP Keyword; Thinking About Performance; Summary; Answers to the Exercises; Solutions to Exercise 4-1: Expressions Using Operators. 
505 8 |a Solutions to Exercise 4-2: Using Mathematical OperatorsSolution to Exercise 4-3: Using Functions; Solution to Exercise 4-4: Using Date and Time Functions; Solution to Exercise 4-5: Using Mathematical Functions; Solution to Exercise 4-6: Using Logical and System Functions; Solution to Exercise 4-7: Using Functions in the WHERE and ORDER BY Clauses; Chapter 5: Joining Tables; Using INNER JOIN; Joining Two Tables; Avoiding an Incorrect Join Condition; Joining on a Different Column Name; Joining on More Than One Column; Joining Three or More Tables; Using OUTER JOIN; Using LEFT OUTER JOIN. 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a SQL (Computer program language) 
650 0 |a Database management. 
650 0 |a Client/server computing. 
650 0 |a Data structures (Computer science) 
650 6 |a Bases de données  |x Gestion. 
650 6 |a Structures de données (Informatique) 
650 6 |a SQL (Langage de programmation) 
650 6 |a Architecture client-serveur (Informatique) 
650 7 |a COMPUTERS  |x Programming Languages  |x SQL.  |2 bisacsh 
650 7 |a COMPUTERS  |x Databases  |x Data Warehousing.  |2 bisacsh 
650 7 |a Data structures (Computer science)  |2 fast  |0 (OCoLC)fst00887978 
650 7 |a Client/server computing.  |2 fast  |0 (OCoLC)fst00864205 
650 7 |a Database management.  |2 fast  |0 (OCoLC)fst00888037 
650 7 |a SQL (Computer program language)  |2 fast  |0 (OCoLC)fst01102869 
653 0 0 |a computerwetenschappen 
653 0 0 |a computer sciences 
653 0 0 |a databasebeheer 
653 0 0 |a database management 
653 1 0 |a Information and Communication Technology (General) 
653 1 0 |a Informatie- en communicatietechnologie (algemeen) 
700 1 |a Shaw, Scott,  |d 1970-  |e author. 
773 0 |t Springer eBooks 
776 0 |z 1484200470 
830 0 |a Expert's voice in SQL server. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484200469/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Internet Archive  |b INAR  |n beginningtsql0000kell 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29640284 
938 |a Books 24x7  |b B247  |n bks00070698 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1964858 
938 |a ebrary  |b EBRY  |n ebr10910375 
938 |a EBSCOhost  |b EBSC  |n 1174464 
938 |a YBP Library Services  |b YANK  |n 12058418 
994 |a 92  |b IZTAP