oracle database:-
create table table name (column1 datatype,column2 datatype);
example:-create table student(rollno number,name varchar2(20));
create table table name (column1 datatype,column2 datatype);
example:-create table student(rollno number,name varchar2(20));
Post a Comment
If you have any doubts, Please let me know
Thanks!