Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
20181cse0065
create table std(snum int primary key, sname varchar(10), major varchar (10), level varchar (10), age int ); insert into std values (101, 'abhi', 'cse', 'jr', 19); insert into std values (102, 'anu', 'ise', 'sr', 18); select * from std; alter table std add fees float default 30000; alter table std add email varchar(40) default 'someone@gmail.com'; select * from std;
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Cine Latinoamericano
begginer1
SQL Directives Order of Execution
Solution 1
c12part2
Common Table Expression
Combined Where and having
6
Pana la ex 8, inclusiv
Exam
Please log in to post a comment.