create student database and save it
Answers
Answered by
2
Answer:
database is a collection of related data from which the user can efficiently
retrieve the design information
Answered by
2
Answer:
This is based on oracle data base
Explanation:
1. Open sql command line and connect to you system data base .
2. create a user by command " create user karim identified by 1234" this will create a user karim with password 1234.
3.Connect your user with database by command "connect karim/1234"
4. now create a table with name student by command " Create table table_name(Column_name Column_type );" and add column according to need.
Similar questions