Suppose you want to select a database named ‘sampledb’ as the default database. Which of the following commands do you use?
Suppose you want to select a database named ‘sampledb’ as the default database. Which of the following commands do you use? Correct Answer USE sampledb
‘USE sampledb’ selects sampledb as the default database. Initially, ‘SELECT DATABASE();’ command displays ‘NULL’, since no database is selected by default. The other two are not valid commands.
মোঃ আরিফুল ইসলাম
Feb 20, 2025