How do you create a data base with postgreSQL?
Answer / madhub
Creating a database is the primary step in creating a database. A command
$createdb newdatabasedb
CREATE DATABASE
This creates a new database and a message displays CREATE DATABASE which indicates that the creation of the database was successful.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is postgresql a language?
Is postgresql a programming language?
Provide a brief explanation of the functions in postgresql.
Which command is used to modify the rows?
i have three table 1. student (stuid,name) 2. subject (subid,sname,studid) 3. marks (subid,studentid,marks) i want the reslut of how as got max marks in each subject sudentname,max(marks), name abc,70,nikitha
How does pgadmin connect to remote database?
How will you add a new style in a table?
Provide an explanation about write ahead logging?
How to created a database?
What is a ctid?
How do you run a query in pgadmin 3?
Why is it called postgresql?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)