News

Contribute to Kosiarsky/BD1MP development by creating an account on GitHub.
Data Science Club by Exponea in collaboration with Faculty of Informatics and Information Technology (FIIT) in Bratislava. We're organising regular clubs happening every second Monday at 4pm in ...
Below is a table DDL (Data Definition Language) extractor script for Oracle sqlplus that can be used to create compatible tables in SQLite: $ cat textract_ddl.sql ...
How to Reindex SQL Tables. The indexes on a the tables of a large database make a huge difference in its performance and utility. Without an index, locating a single record in a large table can ...
I am working on an application that uses oracle 10XE as the backend database. I created my tables a while ago, and have since then been coding a bunch of JDBC stuff to talk to it. Yesterday, I ...