Computer Science, asked by priyankasuresh25277, 1 month ago

INSERT INTO students (sid, name, login, age, gpa) VALUES (null, "Mike, 'mikeey!, 17, 3.4) in a database of 50 records?

please let me know the answer with reason for the answer.​

Answers

Answered by crankybirds30
1

INSERT INTO Students (sid, name, login, age, gpa) VALUES (‘53688’, ‘Smith’, ‘smith@ee’, 18, 3.2)•Can delete all tuples satisfying some condition (e.g., name = Smith):DELETE FROM Students S WHERE S.name = ‘Smith’✦ Powerful variants of these commands are available; more later!

Attachments:
Answered by XxItzCARRYMINATIxX
3

Explanation:

An intersection is a point where two lines or streets cross. There are two places you're most likely to find intersections: in math class and in traffic. In math, an intersection is the spot where two lines cross. Those lines share this common point.

Similar questions