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
REGISTRO_ESTUDIANTES
sql jueves
SQL for beginners( defined with errors while enforcing constraints)
Delete double entries from a table without primary key
Hacker - submissions Interview Questions
Show slowest queries
While Loop in SQL Server for Multiple Entries
FORMAT FUNCTION (New Feature of 2012 sql server)
ms sql where ,like
FERNANDA_BD_Registro_De_Estudiantes