0
i need help in database..?
6 ответов
+ 6
use database <database name>;
use table <table name>;
//i hope , this is what u want
//if not , then plzz explain what ur question/doubt is
+ 5
show databases;
// if u find name of databse there , then apply above commands ☺
//if not , then u need make again 😕
+ 1
can u give me your whatsapp no. i will give u image there
0
my code is run without any error but not save in database
0
i already used that but..... its not working
- 1
To mark the database as current, use the following syntax:
USE database_name;
To get ALL data from the databases table, use the following syntax:
SELECT * FROM table_name;