Author name: admin

What is a database schema?

What is a database schema? a) The structure or blueprint of the database, including tables, columns, and relationships b) A copy of the database stored for backup purposes c) A table that contains metadata about the database d) A view that shows the data in a table Answer: a) The structure or blueprint of the […]

What is a database schema? Read More »

Which of the following commands is used to remove all rows from a table without deleting the table itself?

Which of the following commands is used to remove all rows from a table without deleting the table itself? a) DELETE b) DROP c) TRUNCATE d) ALTER Answer: c) TRUNCATE Explanation: The TRUNCATE command is used to remove all rows from a table without deleting the table itself. Unlike DELETE, which removes rows one at

Which of the following commands is used to remove all rows from a table without deleting the table itself? Read More »

Scroll to Top