prets
2 rows
This data as json, CSV (advanced)
Suggested facets: date_debut (date)
| id ▼ | nom | capital_restant | mensualite | devise | date_debut |
|---|---|---|---|---|---|
| 1 | CM-CIC | 7400.0 | 200.0 | EUR | 2025-03-01 |
| 2 | CAISSE D'EPARGNE BRETAGNE | 13100.0 | 500.0 | EUR | 2025-01-01 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE prets (
id INTEGER PRIMARY KEY AUTOINCREMENT,
nom TEXT NOT NULL,
capital_restant REAL DEFAULT 0,
mensualite REAL NOT NULL,
devise TEXT DEFAULT 'EUR'
, date_debut TEXT);