CREATE TABLE products ( product_id INT, product_name varchar(25), price DECIMAL(4, 2) NOT NULL ); ALTER TABLE products MODIFY price DECIMAL(4, 2) NOT NULL; INSERT INTO products VALUES(104, "cookie", NULL);
@derrickndi45762 жыл бұрын
Thank you so much. Love all your lessons
@jeevan765726 күн бұрын
Thank you so much for the lecture 😊🙏
@anasghassan3602 жыл бұрын
Love ur vids
@solarwater32982 жыл бұрын
3 Videos in 9 minutes E P I C
@محمودطلعت-ل9ه Жыл бұрын
good job ,bro
@jacobisrealpasi71562 жыл бұрын
Nice, thanks man... needed this
@Othjkdzv3552 Жыл бұрын
Thanks for the explanation. I was using google bard but it just gave me a complex break down which made me confused asf. Im very new to datamanagement.
@jokeguy59462 жыл бұрын
This guy is real Chad!
@iskier4292 жыл бұрын
yo man chill
@BroCodez2 жыл бұрын
no
@saimoomsikto9383 Жыл бұрын
can i use ADD CONSTRAINT instead of MODIFY ? IF NOT THEN WHY?
@aadi._.9071 Жыл бұрын
well, modify will change the constrains to be the new constrain u add, but add constraint will add, not edit, i think this is the answer, not 100% sure tho
@mohaymenul-islam2 ай бұрын
✅ 10th October - 2024
@patrickmuthengi3499 Жыл бұрын
Hi bro, When you set a parameter not to accept NULL values and you put " " instead of a value or set of characters, it does not return an error. Please clarify this.
@vivi694_ Жыл бұрын
because an empty string "" is considered a valid non-NULL value