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
new
SS mysqlsvr 2014 practice
Finding Row Wise Max Value From Table
VANYA
range and pattern matching
test22
Employee Table
replace string
List longest unique string for each id
testing