194,099 questions
-1
votes
0
answers
22
views
User login using custom tables
I am trying to get the user login to work and I have the wp-config.php pointing to the database and all the information as far as I can tell is correct. When the user tries to login it says "user ...
-2
votes
1
answer
47
views
Online clothing store: Which tables are well normalized and which need to be normalized? [closed]
The project is a database for an online clothing store.
Which tables are well normalized and which need to be normalized?
DB schema of all the tables before doing any normalization:
https://i.sstatic....
1
vote
0
answers
49
views
Can not mark more then one line in DBeaver
I am facing an issue in DBeaver.
I always update my DBeaver program when it says to update, and I am using a MAC.
The version of DBeaver is 25.2.5.202511161745.
I try to mark via the mouse more than ...
Advice
0
votes
2
replies
94
views
Force all character columns in a list of data frames to UTF-8 before uploading to a UTF-8-only database
I have a list of two tables in R.
Each data frame contains several character and numeric columns. One of the columns is a company name column (for example, Company_Name).
The target database only ...
1
vote
1
answer
114
views
Prisma CLI Error: "Missing required environment variable: DATABASE_URL" in NestJS Project (Even Though .env Is Set) [closed]
I'm trying to use Prisma in my NestJS project. Prisma initializes correctly, but whenever I run any Prisma CLI command (e.g., npx prisma, npx prisma migrate dev, etc.), I get this error:
Failed to ...
Advice
1
vote
11
replies
79
views
What exactly is a "connection trap"?
In Codd's A Relational Model of Data for Large Shared Data Banks the following paragraph seems to be one of his justifications for the relational model:
A lack of understanding of relational ...
0
votes
2
answers
101
views
Excel Macro Loop. Looking for code to loop through entire workbook
I am new to making macros and have basically no experience with VBA. However, I have managed to cobble together the code below.
The code is supposed to load data from a worksheet (the name of which I ...
0
votes
0
answers
27
views
Getting Trending Items from FireStore [duplicate]
I am trying to use firestore and get a top list of items saved into the database. I want for example the top newest, top most worn, and top trending.
An item in the datastore looks something like this....