database tag

146 questions


1 answers
90 views
0
I would like to know the tools to create an ER diagram similar to the one shown on the site below.

I'm looking for a tool to generate an ER diagram of the appearance on the site below.I would appreciate it if you could let me know if you know.http://geneontology.org/sites/default/files/public/diag-...

2 years ago

1 answers
61 views
0
GridDB:python client multi_put problems

I'm using GridDB python client (version 0.8) and I had two problems.Both are about store.multi_put.1. If you give a container name that does not exist in the argument, it will cause core dump.2. Memor...

2 years ago

1 answers
80 views
0
How should we design if there is more than one element in a single column?

I'm worried about how to design the RDB column.How should I design it if there is a possibility of multiple elements in a single column?For example, you want to design a table containing watari, wani,...


1 answers
90 views
0
Understanding System Integration

The same system currently runs as multiple separate sites.How it works is the apache+tomcat+postgres web service.if you decide to consolidate these multiple sites into one siteIf you want to lump mult...


3 answers
88 views
0
I want to take only the top row out of multiple tables, and I want a specific column to be a total value.

There are two tables: TABLE1 myid nameTABLE 2 id myid countSuppose you have one TABLE1 record and three associated TABLE2s.TABLE1 myid=1 name = TaroTABLE 2 id = 1 myid=1 count = 2 id = 2 myid=1 count ...

2 years ago

2 answers
63 views
0
About DB Table Date Items

I have looked at various systems, and the type of date items that I put in the DB table is VARCHAR2 or DATE, so how do I use them differently?What are the advantages of being VARCHAR2 and DATE?

2 years ago

1 answers
134 views
0
Why don't you impose NOT NULL constraints on flag items?

DB designs that do not impose NOT NULL constraints on flag items such as enable and delete flags are common.According to the specification, Please treat 0 and NULL in the same sense, but is there any ...


1 answers
129 views
0
How do I connect to localhost, 127.0.0.1 and ::1 respectively in mysql (MariaDB)?

Installing mysql (10.1.30-MariaDB) +------------------------------------------------------------------------------------------------------------------| host | user | password | ssl_type |+-----------+...

2 years ago

1 answers
67 views
0
How to INSERT if there is no key data in SQL and UPDATE the data in the key if there is one.

Thank you for your help.I think it's a question that has been asked many times in the past, but I couldn't find it in the past log, so Let me ask you a question.Learn how to import CSV files into an e...

2 years ago

2 answers
76 views
0
I don't know how to pass the database id during the screen transition.

I would like to create a Tap each item in ListView to see the details screen corresponding to the item flow in Kotlin.I don't know how to get the id of the item I tapped and give it to the detail scre...

« - 4 - »

© 2024 OneMinuteCode. All rights reserved.