Oracle (3253)
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) When creating a user, what permissions must you grant to allow them to connect to the database?
4 7351SELECT category, type, AVG(price) FROM products GROUP BY category, type ORDER BY 1, 2 If there are three distinct categories in the "products" table, and each one has five different types, how many rows are returned by the query above? 1. 1 row 2. 3 rows 3. 5 rows 4. 8 rows 5. 15 rows
3 7127What SQL keyword must immediately follow the UNION ALL statement? 1. SELECT 2. INTO 3. ORDER 4. WHERE 5. JOIN
4 10065
Does sql full backup truncate logs?
- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?
When using replication, can some members use journaling and others not?
What are the restrictions applicable while creating views?
What are the approximate numeric data types?
Differentiate between ‘cluster’ and ‘non-cluster’ index.
Which certification is best for sql?
what is a chunk in informix ?
How to pipe multiline string to isql?
What is the difference between sga and pga?
What is memory advisor in Oracle?
Can we save image in database?
If you are not sure what command does a particular unix function what is the best way to determine the command?
Why foreign key constraint is important?
What is the difference between mysql_connect and mysqli_connect?