Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
megha
create table a(name varchar(10), phno integer); insert into a values('megha',234),('Neetu',321); select * from a; create table b(address varchar(10), DOB integer); insert into b values('abc', 1990), ('nfg',1987); select * from b; create table c(gender varchar(10), id integer); insert into b values('m', 1), ('f',3); select * from c;
run
|
edit
|
history
|
help
0
f
Test if a string can be made with substrings!
Microsoft SQL Server T-SQL in 10 mn ~ Lesson 13 Subqueries samples...
sql
DDL,DQL,DML
correlated subquery & top & view & derived table & group by
TEST-A3
Task_6_Final
2021-03-23_LeetCodeSQL
Many-to-Many Join Example