Computer Science, asked by 2665pavangmailcom, 9 months ago

create student database and save it​

Answers

Answered by priyanshu2996
2

Answer:

database is a collection of related data from which the user can efficiently

retrieve the design information

Answered by sabakarim001
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