Delete sorrows from life where opportunity= 'infinity'
-
UPDATE LIFE
SET EGO = NOT NULL
WHERE LIFE = HAPPY
*SQL Commands..!❤-
insert into life(memories,time)
values ('good','future')
delete from life
where memories='sad' and time= 'past'-
The sql of friendship :-
create table friends(
Happiness always (100%) not null,
Sadness never(1)constraint cnev, check(sadness <1),
Care always (80) not null,
Fights no(1)
Understanding always (94%) not null ) ;-
Aye chandani jara sa thahar ja
Kuch aur unki raah tak lu
Na aye wo to kuch na
Kuch aur dil ye bekaraar kar lu
Dhal jana roshni me tum bhi
Bas kuch hale dil bayan kar lun
Tera hi sahara tha tanhayiyo me
Tu hai isi se itminaan kar lun..
-
INSERT INTO wishes (from,to,wish,year)
VALUES ('KAVITAem','Everyone',
'Happy New Year','૨૦૭૬');
UPDATE time
SET status = 'Happy'
WHERE year = '૨૦૭૬';
SELECT * FROM wishes
WHERE year = '૨૦૭૬';
-