How can you create an empty table from an existing table?
No Answer is Posted For this Question
Be the First to Post Answer
How do you concatenate in sql?
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
What is pl sql and why it is used for?
What are the benefits of pl sql?
What is left inner join in sql?
what is schema? : Sql dba
Name some usages of database trigger?
What are the advantages of VIEW?
What is mutating trigger?How to avoid it??
write a procedure to print a statement or number not using "dbms_output.put_line" package.write a procedure instead of it using procdure name as "print" ex:- declare a number:=2; begin print(a); end; /* when U type above procedure 2 have to should be printed*/
Which is better join or subquery?
What is sql deadlock?