Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Tablestudent
Create table student (rollno int not null, Name char(20), Marks float ); Insert into student (rollno,name,marks) Values(101,'prachi', 90), (102,'sana',65), (103,'mamta',78), (104,'raghini', 89), (105,'hena', 89); Select *from student;
run
|
edit
|
history
|
help
0
hi
2021.02.24 Lab 4
db_hotel29102020
SQL Server : Calculate Going Step (Yutthana Thanomklay)
Cursor (procedural while)
persons
6
03_A_Group_by_having
a
sql