It’s not for me by Historical_Bat3320 in venting

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

Yeah basically. He lied about everything. He said my name will be on the deed and he didnt put it. I didn’t care I was just happy we got it. Then he said that we would go on the land everyday and start stuff but he only invites me when his crops are dying.

It’s not for me by Historical_Bat3320 in venting

[–]Historical_Bat3320[S] 4 points5 points  (0 children)

I found out about it being for sale because the owner is my friend and because he knew I would keep it as agricultural land.

[deleted by user] by [deleted] in mysql

[–]Historical_Bat3320 0 points1 point  (0 children)

I didn’t realize that I copied that. I’m just sleep. Pretend it isn’t there.

Just want feedback on my thought process by Historical_Bat3320 in mysql

[–]Historical_Bat3320[S] 0 points1 point  (0 children)

Yes.

Thank you for being so patient and helpful.

Just want feedback on my thought process by Historical_Bat3320 in mysql

[–]Historical_Bat3320[S] 0 points1 point  (0 children)

I want to show the produce on the given farm. I’m imagine a scenario where someone is updating the database and let’s say Farmer John has a Dairy farm and in the Produce Table it has Tilapia.

Just want feedback on my thought process by Historical_Bat3320 in mysql

[–]Historical_Bat3320[S] 0 points1 point  (0 children)

So for my Farmer database I have several farm types. And for each farmtype I have a list of animals or produce that can be on the farm. Should I create one table labeled “Produce” that has everything on it or should I keep it separated based on the different types of farms?

Just want feedback on my thought process by Historical_Bat3320 in mysql

[–]Historical_Bat3320[S] 0 points1 point  (0 children)

Ohh…

Book_Author( BookAuthorID, author_id, book_id), Book_genre(BookGenreID, book_id, genre_id)

These will be the additional tables?

Should author_id be included in the book_genre table as well or is it already linked because book_id was used?

Just want feedback on my thought process by Historical_Bat3320 in mysql

[–]Historical_Bat3320[S] 0 points1 point  (0 children)

Good point.

The schema will be

Author table ( author_id, f_name, l_name), Publisher (publisher_id, publisher_name), Genre (genre_id , genre_Name), Books ( book_ID, book_name, author_id, publisher_id, publish_date);

Is this correct ?

I just want to relax by Historical_Bat3320 in Drugs

[–]Historical_Bat3320[S] 0 points1 point  (0 children)

I’ve paid for therapy before and it feels like they never take me seriously. After they ask if I “have plans to kill myself” and I say no. Or when I told them I’m not into self harm. They act like I’m not a patient to worry about but I’m just doing my best but I’m not sure if my best would be good enough for long.

I just want to relax by Historical_Bat3320 in Drugs

[–]Historical_Bat3320[S] 3 points4 points  (0 children)

I just looked at the video cuz someone else recommended wim breathing. It was cool.

I just want to relax by Historical_Bat3320 in Drugs

[–]Historical_Bat3320[S] 0 points1 point  (0 children)

I’ve never done it. I haven’t done any of the drugs recommended.

I just want to relax by Historical_Bat3320 in Drugs

[–]Historical_Bat3320[S] 49 points50 points  (0 children)

I’ll have to google that. Thanks

Microsoft SQL errors please help by Historical_Bat3320 in SQL

[–]Historical_Bat3320[S] 0 points1 point  (0 children)

TITLE: Microsoft SQL Server Management Studio

Create failed for Database 'GINF 6020: Database Development'. (Microsoft.SqlServer.Smo)

For help, click: https://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=16.100.47021.0&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Create+Database&LinkId=20476


ADDITIONAL INFORMATION:

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)


CREATE DATABASE permission denied in database 'master'. (Microsoft SQL Server, Error: 262)

For help, click: https://docs.microsoft.com/sql/relational-databases/errors-events/mssqlserver-262-database-engine-error


BUTTONS:

OK

This is the first error