[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
What exactly is a database and how do i learn it? Can i use a
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /g/ - Technology

Thread replies: 10
Thread images: 1
File: 1463494416229.png (14 KB, 420x420) Image search: [Google]
1463494416229.png
14 KB, 420x420
What exactly is a database and how do i learn it? Can i use a database locally with java without setting up a server?
>>
>java
>>
>>55596377
Just download Mysql like everyone else.
>>
>>55596407
How do you pronounce it?
>>
>>55596456
My s-q-l

ess qu el
>>
>>55596456
My Skwill
My Sequel
My Es Cue El
>>
>>55596377
SQL is structured query language for relational database and favorite of bad programmers because its not going to get scrambled up by bad code like nosql databases that are not structured query language style.


sql=columns and rows that can be cross referenced programmatically. Referential integrity is a relational database concept in which multiple tables share a relationship based on the data stored in the tables, and that relationship must remain consistent.

nosql=none of that but it just works
>>
>>55596547
no

my sequel
>>
Databases store data in (usually) table-like structures. Columns denote data types and maximum sizes, and rows contain the actual data.

>Can i use a database locally with java without setting up a server?
Yes. Look up sqlite. It's an SQL database system that stores everything locally in ordinary files. It has Java bindings. It comes with a command line utility, so you don't necessarily even need to program anything yet. Don't be afraid to fuck up, it's just a normal file, you can start over.
>>
>>55596809
no
Thread replies: 10
Thread images: 1

banner
banner
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.