深入浅出SQL 2025 pdf epub mobi 电子书
☆☆☆☆☆
简体网页||
繁体网页
深入浅出SQL 2025 pdf epub mobi 电子书 著者简介
编者:(美国)贝里(Lynn)
Lynn,一位困在技术撰稿人身体里的小说家。当她发现技术书籍可以带来实际收入后,终于慢慢地学着接受并享受这方面的工作。
重返校园取得计算机科学硕士学位后,她为NRL和LNAL工作。然后她发现了Flash的存在,并写出她的第一本畅销书。
Lynn选择移居硅谷的时机实在不太好,没过多久网络泡沫就发生了。接下来的几年,她在Yahoo!工作,同时也写了几本书并培训课程。最后她决定转到创意写作行业,因而搬到纽约,取得创意写作的MFA学位。
对着满屋子的教授和同学,她的HeadFirst风格的论文获得了极高的评价,她拿到了学位,也完成了《深入浅出SQL》,等不及要投入下一本书的创作中去。
Lynn喜欢旅游、烹饪、为完全不认识的人编织详细的背景故事。对了,她还有点小害羞。
深入浅出SQL 电子书 图书目录
Intro Who iS this book for? We know what you’re thinking Metacognition Bend your brain into submission Readmc The technical review team Acknowledgments1 Data and Tables: A place for everything Defining your data Look at your data in categories What's in a database? Your database viewed through x-ray specs Databases contain connected data Tables Up Close Take command! Setting the table: the CREATE TABLE statement Creating a more complicated table Look how easy it is to write SQL Create the mycontacts table, finally Your table is ready Take a meeting with some data types Your table, DESCribed You can't recreate an existing table or database! Out with the old table, in with the new To add data to your table, you'll use the INSERT statement Create the INSERT statement Variations on an INSERT statement Columns without values Peek at your table with the SELECT statement SQL Exposed: Confessions of a NULL Controlling your inner NULL NOT NULL appears in DESC Fill in the blanks with DEFAULT Your SQL Toolbox2 The SELECT Statement: Gifted data retrieval Date or no date? A better SELECT What the * is that? How to query your data types More punctuation problems Unmatched single quotes Single quotes are special characters INSERT data with single quotes in it SELECT specific columns to limit results SELECT specific columns for faster results Combining your queries Finding numeric values SmComparison Operators Finding numeric data with Comparison Operators Text data roping with Comparison Operators To be OR not to be The difference between AND and OR Use IS NULL to find NULLs Saving time with a single keyword: LIKE The call of the Wild(card) Selecting ranges using AND and comparison operators Just BETWEEN us... there's a better way After the dates, you are either IN... ... or you are NOT IN More NOT Your SQL Toolbox3 DELETE and UPDATE: A change will do you good Clowns are scary Clown tracking The clowns are on the move How our clown data gets entered Bonzo, we've got a problem Getting rid of a record with DELETE Using our new DELETE statement DELETE rules The INSERT-DELETE two step Be careful with your DELETE The trouble with imprecise DELETE Change your data with UPDATE UPDATE rules UPDATE is the new INSERT-DELETE UPDATE in action Updating the clowns' movements UPDATE your prices All we need is one UPDATE YOur SQL Tbolbox4 Smart Table Design: Why be normal? Two fishy tables A table is all about relationships Atomic data Atomic data and your tables Atomic data rules Reasons to be normal The benefits of normal tables Clowns aren't normal Halfway to 1NF PRIMARY KEY rules Getting to NORMAL Fixing Greg's table The CREATE TABLE we wrote Show me the Time-saving command The CREATE TABLE with a PRIMARY KEY 1, 2, 3... auto incrementally Adding a PRIMARY KEY to an existing table ALTER TABLE and add a PRIMARY KEY Your SQL Toolbox5 ALTER: Rewriting the past 6 Advanced SELECT: Seeing your data with new eyes 7 Multi-table Database Design: Outgrowing your table 8 Joins and Multi-table Operations: Can’t we all just get along? 9 Subqueries: Queries Within Queries 10 Outer Joins, Self Joins, and Unions: New maneuvers 11 Constraints, Views, and Transactions: Too many cooks spoil the database 12 Security: Protecting your assets
· · · · · · (
收起)
下载链接在页面底部
下载链接1
下载链接2
下载链接3
立刻按 ctrl+D收藏本页
你会得到大惊喜!!
发表于2025-03-06
深入浅出SQL 2025 pdf epub mobi 电子书
深入浅出SQL 2025 pdf epub mobi 电子书
深入浅出SQL 2025 pdf epub mobi 电子书
喜欢 深入浅出SQL 电子书 的读者还喜欢
深入浅出SQL 电子书 读后感
评分
☆☆☆☆☆
这本对所有没SQL基础的人来说都是本好书,生动的图画,幽默的语言,紧凑的内容,让你爱不释手,绝对是入门SQL的好!
评分
☆☆☆☆☆
这本书有点特别,看上去完全不像是,在教人如何使用数据库这样高级的工具,但仔细想想,其实数据库离我们的生活如此近,例如手机中的联系人信息,完全可以称之为数据库,只是这个数据库的数据量很小而已,又比如,我们在网上购物的时候,利用搜索功能,得到的结果,也同样是从...
评分
☆☆☆☆☆
作为入门的书相当的不错,有辅助理解的讲解和例子,同时有有练习题加深记忆。 但作为快速学习的书确不合适,因为为了讲清一个道理,往往太罗嗦。 同时因为扯的东西有点儿多,所以显得有点儿乱,还得自己花时间去整理思路,让知识系统化。 总的说来,有时间可以好好的看看这本书
评分
☆☆☆☆☆
这本书有点特别,看上去完全不像是,在教人如何使用数据库这样高级的工具,但仔细想想,其实数据库离我们的生活如此近,例如手机中的联系人信息,完全可以称之为数据库,只是这个数据库的数据量很小而已,又比如,我们在网上购物的时候,利用搜索功能,得到的结果,也同样是从...
评分
☆☆☆☆☆
花了快三周看完这本书。 其实刚翻开时,它能立刻勾起了你童年时翻连环画时的感觉,这本98元的书每页纸所包含的信息量比你想象的要少很多。 不过读完后,发现这本书还是有很多亮点的: 1.清晰的逻辑线 2.O‘Reilly TAIWAN近乎完美的翻译,尤其是中英文Keyword在书中表述拿捏的...
类似图书 点击查看全场最低价
出版者:东南大学
作者:贝里
出品人:
页数:571
译者:
出版时间:2008-3
价格:98.00元
装帧:
isbn号码:9787564111380
丛书系列:
图书标签:
SQL
数据库
数据分析
Database
计算机
MySQL
计算机类
计算机科学
深入浅出SQL 2025 pdf epub mobi 电子书 图书描述
《深入浅出SQL(影印版)》能让你学到什么?在如今的世界,数据就是力量,但是成功的真正秘诀却是管理你的数据的力量。《深入浅出SQL(影印版)》带你进入SQL语言的心脏地带,从使用INSERT和SELECT这些基本的查询语法到使用子查询(subquery)、连接(join)和事务(transaction)这样的核心技术来操作数据库。到读完《深入浅出SQL(影印版)》之时,你将不仅能够理解高效数据库设计和创建,还能像一个专家那样查询、归一(normalizing)和联接数据。你将成为数据的真正主人。
为什么《深入浅出SQL(影印版)》看起来如此不同?
我们认为你的时间如此宝贵以至于不应该花费在为新概念伤脑筋上面。《深入浅出SQL(影印版)》用最新的认知科学和学习理论打造多感官的学习体验,它运用丰富的视觉形式激发你的大脑工作,而不是密密麻麻的文字让你看了昏昏欲睡。
深入浅出SQL 2025 pdf epub mobi 电子书
深入浅出SQL 2025 pdf epub mobi 电子书
深入浅出SQL 2025 pdf epub mobi 用户评价
评分
☆☆☆☆☆
的确是深入浅出,不过三范式啥的还蛮难懂的 ="=
评分
☆☆☆☆☆
对于各种概念的优缺点,以及为什么要这么设计解释得非常清楚.
评分
☆☆☆☆☆
对于各种概念的优缺点,以及为什么要这么设计解释得非常清楚.
评分
☆☆☆☆☆
相对简单,教会你怎么用一个工具,没有逻辑性的东西。编程语言确实有一部分考验的是记忆力和熟练度(需要时间),重要的是数据结构和算法(需要才华,时间,经验),可惜木有才华……接下来看动物书,记工具……还有PHP是什么样的啊……想了解下
评分
☆☆☆☆☆
从目录的设计到行文编排,就知道作者们用心良苦。非常适合没有SQL基础的人学习,但我只是大致的翻阅一下。原因有三:一、SQL和excel很类似,在未来工作中使用excel可能性打过sql;二、SQL由于软件设计性,现在并没有被广泛使用,所以并不是必须要掌握的数据库知识;三、有了这本《深入浅出SQL》,我再也不担心不会掌握SQL了,未来一旦工作需要,可以立马拿出这本书,利用业余时间学习;
深入浅出SQL 2025 pdf epub mobi 电子书