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) There are two tables (T1, T2) with different rows. Find the output of query. Select count(*) from T1,T2.
3 9373how to retrieve last tree records from table? select *from emp where rownum > (select count(*)-3 from emp); i am using this query to get last three records from table but its not giving any output, so please tell me what is the error in this query.
16 24232how do you restrict number of rows for a particular value in a column.For example:there is a table called fruits,having apples,bananas ,papayas.I dont want to have more than 100 apples in that table ,so how can u restrict number of rows for apple to hundred?
6 11645Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
1895Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.
21761. Display all the rows and columns in the CLIENT table. Sort by client name in reverse alphabetical order.
2 64932. Display the item number and total cost for each order line (total cost = no of items X item cost). Name the calculated column TOTAL COST.
2 49204. Display the order number and client number from the ORDER
table. Output the result in the format. Client
How do you know if your mysql server is alive?
How to shrink a database?
What is the use of concat() in mysql?
What do you understand by index hunting?
How to update a root password.
What view(s) do you use to associate a user's SQLPLUS session with his o/s process?
you notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it? : Sql server administration
What are the different types of modules in oracle forms?
Is sql a scripting language?
What is the difference between cartesian product and cross join?
What is number function in sql?
How you can minimize the deadlock situation?
How can I compare two mysql databases?
Define cross join in sql server joins?
What is primary key in ms access 2007?