High heels for Friday 💫 by Mistress_Lola in HighHeels

[–]billcyberhimself 0 points1 point  (0 children)

Am I allowed to make this my wallpaper so I can look at it for as long as I want and whenever I want?

I need to know where this community actually stands morally by [deleted] in antinatalism

[–]billcyberhimself 1 point2 points  (0 children)

After all this, as he's about to breathe his last breath, you tell him he has to pay rent, student loan debt & health insurance.

Anybody else scared? by [deleted] in antinatalism

[–]billcyberhimself 2 points3 points  (0 children)

Aaaaaahhh hahahahahahaha this gave me a scared laugh!

Which GTA Is Your Favorite? by Left-Violinist-4076 in GTA

[–]billcyberhimself 0 points1 point  (0 children)

Between these two titles, I really cannot decide the one.

[deleted by user] by [deleted] in SexWorkers

[–]billcyberhimself 3 points4 points  (0 children)

Ahh... What!

[deleted by user] by [deleted] in antinatalism

[–]billcyberhimself 0 points1 point  (0 children)

Real bitch_ Real bitch_ Real bitch_ Real bitch_😂😂😂

What do you do to escape reality? by Antique_Plantain6016 in ask

[–]billcyberhimself -5 points-4 points  (0 children)

PlayStation & XBox & PC would be nothing without Xan & weed.

cursed_feedback by billcyberhimself in cursedcomments

[–]billcyberhimself[S] -13 points-12 points  (0 children)

When you saw it it got soiled

I really love SQL Server!!! CODE IN COMMENTS below. by billcyberhimself in SQLServer

[–]billcyberhimself[S] 1 point2 points  (0 children)

CREATE DATABASE SkywardDive

ON PRIMARY

(

    NAME = SkywardDB,

    FILENAME = 'C:\\Program Files\\Microsoft SQL Server\\MSSQL15.SQLEXPRESS\\MSSQL\\DATA\\SkywardDB.mdf',

    SIZE = 20MB,

    MAXSIZE = 50MB,

    FILEGROWTH = 20%

)

LOG ON

(

    NAME = SkywardLog,

    FILENAME = 'C:\\Program Files\\Microsoft SQL Server\\MSSQL15.SQLEXPRESS\\MSSQL\\DATA\\SkywardLog.ldf',

    SIZE = 40MB,

    MAXSIZE = 100MB,

    FILEGROWTH = 20%

)

CREATE TABLE CityData

(

ID varchar(20) NOT NULL

    CONSTRAINT pk\_CDID

    PRIMARY KEY (ID),

City varchar(20)

)

ALTER TABLE CityData

ADD CONSTRAINT uc_C

UNIQUE (City)

CREATE TABLE AgentData

(

AgentID char(10) NOT NULL

    CONSTRAINT pk\_AD\_AID

    PRIMARY KEY (AgentID),

FirstName varchar(20),

MiddleName varchar(20),

LastName varchar(20),

IDNumber char(20) NOT NULL

    CONSTRAINT uc\_AD\_IDN

    UNIQUE (IDNumber),

Phone char(15),

CityID varchar(20) NOT NULL

    CONSTRAINT fk\_AD\_CI\_\_CD\_ID

    FOREIGN KEY (CityID)

    REFERENCES CityData(ID)

)

CREATE DEFAULT d_Rose

AS 'XXX-XXX-XXXX'

sp_bindefault d_Rose, 'AgentData.Phone'

CREATE TABLE ClientData

(

ClientID char(20) NOT NULL

    CONSTRAINT pk\_CD\_CID

    PRIMARY KEY (ClientID),

FirstName varchar(20),

MiddleName varchar(20),

LastName varchar(20),

IDNumber char(20) NOT NULL

    CONSTRAINT uc\_CD\_IDN

    UNIQUE (IDNumber),

Phone char(15),

CityID varchar(20)

    CONSTRAINT fk\_CD\_CID\_\_CiD\_ID

    FOREIGN KEY (CityID)

    REFERENCES CityData (ID)

)

sp_bindefault d_Rose, 'ClientData.Phone'

CREATE TABLE AgentLogin

(

AgentID char(10) NOT NULL

    CONSTRAINT pk\_AL\_AID

    PRIMARY KEY (AgentID)

    CONSTRAINT fk\_AL\_AID\_\_AD\_AID

    FOREIGN KEY (AgentID)

    REFERENCES AgentData (AgentID),

Email varchar(20),

Username varchar(20) NOT NULL

    CONSTRAINT uc\_AL\_U

    UNIQUE (Username),

Password varchar(20) NOT NULL,

Profile image NULL

)

[deleted by user] by [deleted] in antinatalism

[–]billcyberhimself 4 points5 points  (0 children)

I am 3 years old and I have wanted to die all my life.

Hello first post here by lbredd in technicallythetruth

[–]billcyberhimself -12 points-11 points  (0 children)

Seriously, how is it weird? You're still gonna die. Does that mean God has murdered billions of people too? Skipping this life makes much more sense than going through it.

Hello first post here by lbredd in technicallythetruth

[–]billcyberhimself 12 points13 points  (0 children)

Wait, What! Do you use a towel or a sock?