How can I see all tables in sql?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

What is the use of non clustered index?

0 Answers  


Show code of a cursor for loop.

0 Answers  


SELECT flavor, SUM (ice_cream_sales) FROM sales_detail GROUP BY flavor ORDER BY 2 DESC If the "sales_detail" table contains ten records with different values in the flavor column (two "vanilla," three "chocolate," four "strawberry," and one NULL), how many rows are returned by the sample code above? 1. 0 rows 2. 1 row 3. 3 rows 4. 4 rows 5. 10 rows

8 Answers   Sonata,


explain what is mysql? : Sql dba

0 Answers  


Question: Below is the table city gender name delhi male a delhi female b mumbai male c mumbai female d delhi male e I want the o/p as follows: male female delhi 2 1 mumbai 1 1 Please help me in writing the query that can yield the o/p mentioned above?

2 Answers  






Explain the the delete statements in sql?

0 Answers  


How many sql statements are used? Define them.

0 Answers  


How to avoid using cursors?

0 Answers  


How many clustered indexes can you have?

0 Answers  


Which is the best place to learn hadoop?

1 Answers  


Enlist the advantages of sql.

0 Answers  


What is mdb stand for?

0 Answers  


Categories