Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Students
CREATE TABLE dbo.DMO.Student( regno numeric(10), sname varchar(30), mark1 numeric(5), mark2 numeric(5), mark3 numeric(5), rankno nimeric(5) ) GO INSERT INTO dbo.DMO.Student VALUES (100,'Ashrita',80,85,87,NULL),(101,'Neha',89,94,92,NULL),(102,'Priyanka',100,103,92,NULL),(103,'Anjali',83,92,98,NULL),(104,'Ankita',92,104,110,NULL) GO SELECT * FROM dbo.DMO.Student GO
run
|
edit
|
history
|
help
0
gdfgfd
sc
viernes_ alumnos
robot-grading
SQL HW 1 Appline
HOTEL
InsertData.sql
Common Table Expression
add-empty-rows-after-certain-records-in-a-table
Microsoft SQL Server T-SQL in 10mn ~ Lesson 15. Creating Advanced Joins samples...