MySQL: DEFAULT constraint is easy

  Рет қаралды 35,135

Bro Code

Bro Code

Күн бұрын

Пікірлер: 19
@BroCodez
@BroCodez 2 жыл бұрын
- EXAMPLE 1 CREATE TABLE products ( product_id INT, product_name varchar(25), price DECIMAL(4, 2) DEFAULT 0 ); ALTER TABLE products ALTER price SET DEFAULT 0; INSERT INTO products (product_id, product_name) VALUES (104, "straw"), (105, "napkin"), (106, "fork"), (107, "spoon"); SELECT * FROM products; - EXAMPLE 2 CREATE TABLE transactions( transaction_id INT, amount DECIMAL(5, 2), transaction_date DATETIME DEFAULT NOW() ); SELECT * FROM transactions; INSERT INTO transactions (transaction_id, amount) VALUES (1, 4.99); SELECT * FROM transactions; INSERT INTO transactions (transaction_id, amount) VALUES (2, 2.89); SELECT * FROM transactions; INSERT INTO transactions (transaction_id, amount) VALUES (3, 8.37); SELECT * FROM transactions; DROP TABLE transactions;
@bichoron3603
@bichoron3603 6 ай бұрын
Great!! Please keep uploading videos of sql more & more
@vaishnutejass2724
@vaishnutejass2724 2 жыл бұрын
very easy to understand thanku
@UNFOLDTECH
@UNFOLDTECH 2 жыл бұрын
yeah
@timon1816
@timon1816 2 жыл бұрын
Dude, I was just thinking about trying Mysql today and you're releasing this video. Thank you very much!
@AishaSalat-k8i
@AishaSalat-k8i 3 ай бұрын
i just see myself graduating because of your page bro,thank you so much
@GldnClaw
@GldnClaw 10 ай бұрын
2:24 looks like you answered my question from a few videos ago.
@mitishacolbert277
@mitishacolbert277 4 ай бұрын
You are the best
@sweethomes674
@sweethomes674 2 жыл бұрын
Thank you-excellent 🕊
@bartsworkshop
@bartsworkshop Жыл бұрын
Thank you for making these videos, they are easy to follow and understand.
@imanelmzk2064
@imanelmzk2064 9 ай бұрын
you're a Legend, thank you so much!!, that's so helpful!!!!
@omarhashem6358
@omarhashem6358 2 жыл бұрын
Please continue the series❤
@Crazy_moments_of_footbal-qz1qr
@Crazy_moments_of_footbal-qz1qr 9 ай бұрын
you great!!!!!!
@MISA-qy4hx
@MISA-qy4hx 2 жыл бұрын
Why did you use ALTER instead of MODIFY? 03:40
@dixsonjoy5394
@dixsonjoy5394 11 ай бұрын
I also have this doubt
@apoorvsxna
@apoorvsxna 5 ай бұрын
This would also work- ALTER TABLE products MODIFY price DECIMAL (5,2) DEFAULT 0.00;
@techboomers8935
@techboomers8935 2 жыл бұрын
Kindly kindly Bro share us your Programming life journey or Q/A OR you interview and face revealed, love from Pakistan
@mohaymenul-islam
@mohaymenul-islam 2 ай бұрын
@nirajchaudhary1621
@nirajchaudhary1621 4 ай бұрын
👀
MySQL: PRIMARY KEYS are easy
5:25
Bro Code
Рет қаралды 57 М.
MySQL: TRIGGERS
16:50
Bro Code
Рет қаралды 143 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
MySQL: FOREIGN KEYS are easy (kind of)
8:17
Bro Code
Рет қаралды 254 М.
How I use SQL as a Data Analyst
15:30
Luke Barousse
Рет қаралды 853 М.
7 Database Design Mistakes to Avoid (With Solutions)
11:29
Database Star
Рет қаралды 94 М.
MySQL: CHECK constraint is easy
3:57
Bro Code
Рет қаралды 46 М.
MySQL: JOINS are easy (INNER, LEFT, RIGHT)
5:04
Bro Code
Рет қаралды 507 М.
Что такое SQL?
7:11
Merion Academy
Рет қаралды 362 М.
MySQL: INDEXES are awesome
6:26
Bro Code
Рет қаралды 63 М.
Вся база SQL для начинающих за 1 час
1:19:48
Vlad Mishustin
Рет қаралды 358 М.
MySQL: SUBQUERIES
6:46
Bro Code
Рет қаралды 117 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН