Develop a program to create employee table in database having two columns "emp_id" and "emp_name".
Answers
Answered by
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
2
Explanation:
program devlop kelela and with solutions are available
Similar questions
India Languages,
5 months ago
Math,
5 months ago
English,
11 months ago
Math,
11 months ago
Biology,
1 year ago