python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Keep track of quantity and some columns in multiple tables
I'm trying to build a farm management app with Laravel and I need help with my database schema. Here are some of my tables
users (id, name)
products (id, trade_name, state, category_id)
expenses (id, ...
Othmane
Votes: 0
Answers: 1
Different Schema name for SQL datasets in ADF using parameters
We have tables under different schema in same db in Azure SQL DB.
eg. QA.Mytable and Prod.Mytable .
so to manage this in Azure data factory for different environments, is there any way ?
or is it bett...
Prathamesh
Votes: 0
Answers: 1
Does the order of keys in a primary key array matter?
We've got a distributed/sharded database, so we use a combination of id and partner_id (which is our partition ID) as the primary key on any of our distributed tables.
In my schema.rb file, this decla...

jeffdill2
Votes: 0
Answers: 2
Dynamodb design recommendations for partial comparisons
I currently have a Dynamodb table with the following columns - Id (Partition Key), NativeTimestampAndPath (Range Key), EntryTimestamp (Attribute). No secondary indexes as of now.
Sample data looks lik...
activelearner
Votes: 0
Answers: 1