Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
megha
create table a(name varchar(10), phno integer); insert into a values('megha',232); select * from a; create table b(phno integer, address varchar(10)); insert into b values(123,'abc'),(234,'hfg'); select * from b; insert into a values('Neetu',234); select * from a; select * from a left join b on a.phno=b.phno;
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
mywall
mysql4
Status History
product_sales
SQL Server - UK Holiday Calendar Example
Employee Department Interview Questions
Demo
how-to-assign-a-random-value-in-a-select-statement-in-sqlserver
bc160402152
emp 4
Please log in to post a comment.