Computer Science, asked by Amoolkumar3435, 8 months ago

Develop a program to create employee table in database having two columns "emp_id" and "emp_name".

Answers

Answered by Anonymous
2

Answer:

for creating database named employee the statement will be

create table employee( where the attribute like empid , having the data type will be integer  and it will not be null as it will be promary key, and empname is another attribute where the data type will be varchar.)

here the empid and empname are the attributes of the stated table.

it is a common format for creating table, for different platform the keywords can bet different but this will be same.

Answered by shindeshrikant1214
2

Explanation:

program devlop kelela and with solutions are available

Similar questions