Can anybody teach me query in database right now?Have my exam tomorrow
Answers
Answered by
1
Answer:
there are so many queries to be performed
Explanation:
select requriment from table name where condition;
create table table_name(requriment);
commit to save the contents in the DB
drop table to delete the table from the data base.
pretty much these are the basics happy learning
fin:)
Similar questions