Is there a 64 bit version of ssms?
SELECT 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
Why stored procedures are faster than query?
Mention what plvcmt and plvrb does in pl/sql?
What is dcl in sql?
i want to display 1 to 10 numbers using one select statement.
18 Answers HCL, Nyros, Oracle,
how to give permission to users that users can update/insert/delete on a row of table on timeing 10am to 6pm only?
TABLE A TABLE B EMPNO ENAME EMPNO ENAME 1 A 1 A 2 B 2 B 3 C 3 C 4 D 4 D 5 E 5 E 6 F 7 G HOW TO GET THE UNMATCHED RECORDS IN SQL QUERY?
using comand prompt how can import table data and table space with example
there are 2 variables called x and y ,x contains 1,2 and y contains 3,4 we have to swap the values from x to y and y to x with out using dummy variables and it can be done only by using a single statement ? how?
when is the use of update_statistics command? : Sql dba
What is rule base and cost base optimizer?
What is the purpose of my sql?