Correct Answer : Postgres
Explanation : PostgreSQL, originally called Postgres, was created at UCB by a computer science professor named Michael Stonebraker.
Correct Answer : C Language
Explanation : PostgreSQL written in "C" programming language.
Correct Answer : All of the above
Explanation : PostgreSQL (pronounced as post-gress-Q-L) is an open source relational database management system (DBMS) developed by a worldwide team of volunteers.
Correct Answer : limits the row data are returned
Correct Answer : 8 July 1996
Correct Answer : Michael Stonebraker
Explanation :
Explanation : 1994-1995 − Postgres95 : Support for SQL was added in 1994, Released as Postgres95 in 1995, Re-released as PostgreSQL 6.0 in 1996, Establishment of the PostgreSQL Global Development Team
Correct Answer : It must be balanced and true
Correct Answer : Transaction Control Language
Correct Answer : All of the above.
Correct Answer : pg_basebackup
Correct Answer : Cross site scripting
Correct Answer : DELETE FROM CUSTOMER WHERE ..
Correct Answer : SELECT FROM
Correct Answer : change the table structure
Correct Answer : SELECT FirstName FROM Persons
Correct Answer : help
Explanation : Using psql, you can generate a complete list of commands by using the help command.For the syntax of a specific command, use the following command : postgres-# help
Correct Answer : ABORT [ WORK | TRANSACTION ]
Explanation : Abort the current transaction : ABORT [ WORK | TRANSACTION ]
Correct Answer : Developers not sanitizing application input
Correct Answer : Both (A) and (B)
Correct Answer : An exact match is not possible in a SELECT statement
Correct Answer : INSERT
Correct Answer : LIKE
Correct Answer : ALTER LANGUAGE name RENAME TO new_name
Explanation : Change the definition of a procedural language : ALTER LANGUAGE name RENAME TO new_name
ALTER TRIGGER name ON table RENAME TO new_name
Correct Answer : Change the definition of a trigger
Explaination : Change the definition of a trigger : ALTER TRIGGER name ON table RENAME TO new_name
ANALYZE [ VERBOSE ] [ table [ (column [, ...] ) ] ]
Correct Answer : Collect statistics about a database.
Explaination : Collect statistics about a database : ANALYZE [ VERBOSE ] [ table [ (column [, ...] ) ] ]
Correct Answer : SHOW current_connection;
Correct Answer : postgresql-%a.log
Correct Answer : Geoblocking
Correct Answer : SELECT name, course_name FROM student WHERE age>50 and age<80;
Correct Answer : Spider
Explanation : Numeric types consist of two-byte, four-byte, and eight-byte integers, four-byte and eight-byte floating-point numbers, and selectable-precision decimals.
Correct Answer : psql -o
Correct Answer : SELF JOIN
Correct Answer : Schema
Correct Answer : Proxy
Correct Answer : money
Explanation : The money type stores a currency amount with a fixed fractional precision. Values of the numeric, int, and bigint data types can be cast to money. Using Floating point numbers is not recommended to handle money due to the potential for rounding errors.
Correct Answer : unknown
Explanation : PostgreSQL provides the standard SQL type Boolean. The Boolean data type can have the states true, false, and a third state, unknown, which is represented by the SQL null value.
Correct Answer : Client/Server
Explanation : PostgreSQL used Client/Server model of communication.
Explanation : In PostgreSQL, a named collection of tables is called Schema.
Correct Answer : Response analysis tool
Correct Answer : in ascending order
Correct Answer : Identify the number of accounts with non-expiring passwords
Correct Answer : Backslash character ()
Explanation : A meta-command always begins with Backslash character ().
Correct Answer : lexemes
Explanation : This is a sorted list of distinct words that have been normalized to merge different variants of the same word, called as lexemes.
Correct Answer : two dimensional
Explanation : Geometric data types represent two-dimensional spatial objects.
Correct Answer : Optional
Correct Answer : Deletes all tuples.
Correct Answer : Trigger
Correct Answer : Using domain admin privileged accounts for day-to-day non-admin use.