Computer Science, asked by durgaakil, 5 hours ago

Consider the following SQL queries:
ALL
CREATE TABLE NAMES (Id integer
PRIMARY KEY, Name text, Num int);
2
3
5
/* Create few records in this
table */
INSERT INTO NAMES
VALUES (1,'Tom',10 * NULL);
INSERT INTO NAMES
VALUES (2, 'Lucy',20 + NULL);
INSERT INTO NAMES
VALUES (3, 'Frank', 30 - NULL);
INSERT INTO NAMES
VALUES (4, 'Robert',50 / NULL);
COMMIT;
12
/* Display all the records from
the table */
SELECT * FROM NAMES;

Answers

Answered by BrainIyRaftaar
0

3. In a quadrilateral. the length of one of its diagonals is 33.6 cm and the

3. In a quadrilateral. the length of one of its diagonals is 33.6 cm and theperpendiculars drawn on this liagonal from ...

3. In a quadrilateral. the length of one of its diagonals is 33.6 cm and theperpendiculars drawn on this liagonal from ... https://brainly.in/question/41621276?utm_source=android&utm_medium=share&utm_campaign=question

Similar questions