Re: postgresql



On Mar 28, 7:51 pm, Jan Kandziora <j...@xxxxxx> wrote:
Tavanda Kosan schrieb:> i just want to make some practise for my sql lecture.

To exercise SQL, a file based SQL database like SQLite may be the better
choice. Just install it, type

$ sqlite3 mydb
SQLite version 3.3.8
Enter ".help" for instructions
sqlite>

Then enter SQL commands like CREATE TABLE ... and see what happens.

Kind regards

Jan


okay then what abput postgresql ?


.



Relevant Pages

  • Re: Is it just me, or is Sqlite3 goofy?
    ... be saying it has gasoline engine. ... SQL database, with an SQL engine. ... criticisms directed at SQLite. ...
    (comp.lang.python)
  • Re: SQLwaterheadretard3 (Was: Is it just me, or is Sqlite3 goofy?)
    ... thread who criticized SQLite. ... not a database, or not an SQL database, or other expletives. ... If you are too impatient to read the documentation, ...
    (comp.lang.python)
  • Re: sqlite weirdness
    ... I have a set of values in the database and I am trying to ... PRIMARY KEY (dateworked, empid)) ... I use the following bits of sql: ... works if my database is in SQL Server, but not sqlite. ...
    (comp.lang.python)
  • Re: SQL
    ... SQL is typed, ... each column in a table and only values of that particular datatype are ... SQLite relaxes this restriction by ... "type" a side/hidden flag that accompanies the actual value. ...
    (comp.object)
  • Re: Is it just me, or is Sqlite3 goofy?
    ... Because your car's specification says to use gasoline? ... SQL database, with an SQL engine. ... > criticisms directed at SQLite. ...
    (comp.lang.python)