Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
testing
create table testing (name varchar(20),age int,martial_status varchar(15),location varchar(12)) insert into testing(name,age,martial_status,location) values('arvind','21','unmarried','chennai') insert into testing(name,age,martial_status,location) values('arun','23','unmarried','bangalore') insert into testing(name,age,martial_status,location) values('saravana kumar','29','unmarried','USA') insert into testing(name,age,martial_status,location) values('venkat','25','unmarried','chennai') insert into testing(name,age,martial_status,location) values('surya parakash','31','married','bangalore') insert into testing(name,age,martial_status,location) values('suniitha','28','married','chennai') select * from testing select * from testing where age>30 and martial_status='married'
run
|
edit
|
history
|
help
0
customer data
math function
/Users/svetlanakanevskaa/Downloads/ACDB_LIGHT_MS.sql
see a quell
Unpivot Example
exercise
adbms 0
new
TSql - Unroll inventory transactions and compute daily average
Demo