Question
Which of the following SQL queries is used to remove a
table from a database?Solution
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.
Which type of network topology allows all nodes’ connection to a single hub through a cable?
In Excel, which function combines text from multiple cells into one?
Which of the following is used in main memory?
Which unit holds data permanently?
Which of the following correctly lists computer memory types from highest to lowest speed ?
What is the purpose of the 'VLOOKUP' function in spreadsheet software?
Which one of the following commands is used to display both query and output?
Which is an invalid IPv4 address?
Which of the following is used to protect a computer network from unauthorized access?
Which memory type is non-volatile and commonly used for firmware storage?