Computer Science, asked by svigneshsubramani, 3 months ago

a) Write a command to view the structure of the table.
b) Which of the following command is to select a database named ‘sampledb’ as the active database?
(i) SELECT DATABASE() (ii) SELECT DATABASE sampledb
(iii) USE DATABASE sampled (iv) USE sampledb​

Answers

Answered by Anonymous
2

Answer:

Mark me as brainliest

Explanation:

USE sampledb

Similar questions