Start learning 50% faster. Sign in now
The DROP statement is used to permanently remove a table from the database. When a table is dropped, the table structure, along with its data, is deleted, and it cannot be recovered. a) DELETE : DELETE is used to remove rows from a table, not the table structure itself. c) TRUNCATE : TRUNCATE removes all rows from a table but retains the table structure. d) ALTER : ALTER is used to modify the structure of an existing table, not remove it. e) REMOVE : REMOVE is not a valid SQL command.
The slope of the equation 24x+8y=56 is
In a race A beats B by 120m. B beats C by 260m and A beats C by 300m what is the length of race?
The equation of a line is 2x - 3y = 12. Find the perpendicular distance of the point (4, 5) from this line.
Find the equation of the circle passing through the points (1, 2) and (2, -1), and whose center lies on the line x - 2y + 3 = 0.
Find the co-ordinate of a point which divides the join of (3,2) and (3,2) internally in the ratio of 2:3?
Find the equation of the line passing through the points (1, 2) and (3, 8).
What is the reflection of the point (8, -5) in the line y = 2?