Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Student
CREATE TABLE Persons ( stdID int NOT NULL, firstName varchar(50) NOT NULL, lastName varchar(50), city varchar(55), country varchar(55), birthDate Date, PRIMARY KEY (stdID) ); CREATE INDEX idx ON Persons (lastName, firstName,birthDate);
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
tables
QLCB_CSDL
deepu
Using Variables
find count of employees with salary more than their managers
SS mysqlsvr 2014 practice
Service broker
Генерация чисел в диапазоне в MS SQL
megha
emp 4
Please log in to post a comment.