欢迎光临散文网 会员登陆 & 注册

【中字】SQL进阶教程 | 史上最易懂SQL教程!10小时零基础成长SQL大师!

2023-02-23 17:15 作者:宅宅宅乐  | 我要投稿

P2


2- 什么是SQL | What is SQL P2 - 00:37


relational

nosql

SQL: structured query language

P3: download on MAC: Just follow the instructions

after downloading the sql server, a graphic tool is needed to connect to the server and manage the database


3- MySQL Mac系统安装 | Installing MySQL on Mac P3 - 04:01


一头雾水但是跟着做完了,下好了希望学的时候能有点头绪。




6- 你会学到什么 | What You'll learn P6 - 00:06


step1:first 4 sessions:

retrieve, insert, update and delete data

step 2:

summarizing data

writing complex queries

built-in functions

views

stored procedures

step 3:

triggers

events

transactions

concurrency

step 4:

designing databases

indexing for high performance

securing database: create user account/ limit the access


【第二章】1- 选择语句 | The SELECT S... P7 - 00:05


use sql_store


所有这些字句都可以选,但是不能改变顺序

from-》where-〉order by


2- 选择子句 | The SELECT Clause P8 - 00:16




给行赋名:

AS

how to create column name with space:



唯一值返回?




3- WHERE子句 | The WHERE Clause P9 - 00:49


>

>=

<

<=

=

!= 不等号

<> 不等号


4- AND, OR, NOT运算符 | The AND, OR and NOT Operators P10 - 00:10


优先级 AND > OR

用括号来改变优先级

NOT


每日打卡+现实打工辅助实践,看看多久能学完:

2023/02/22: 第一章P1-P6 第二章P7-P9

2023/02/23:

【中字】SQL进阶教程 | 史上最易懂SQL教程!10小时零基础成长SQL大师!的评论 (共 条)

分享到微博请遵守国家法律