Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
test wall
--Sql Server 2014 Express Edition --Batches are separated by 'go' create table student( student_id int primary key , student_name varchar(30) not null, student_branch varchar(50) unique default 'CSE', ); select * from student; alter table student add student_marks int not null; insert into student values(1, '', 'CSE', 98); insert into student values(2, 'Ravi','' ,99); insert into student values(3, 'Arjun', 'ETC', 96); update student set student_name = 'Vyankatesh' where student_id = 1; select * from student;
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
compile visitors list for last 8 days
ITM_14210069
nw
Coluna X Linha
user data by unspecific date, according to param "last entry, last but one, last but two, etc."
mysql_
testni zadataka
ITM_14210069
test
calculate averages for students and levels
Please log in to post a comment.