how to create a new table by selecting rows from another table in mysql? : Sql dba
What is view? Can we update view
what is a field in a database ? : Sql dba
How do you optimize a query?
How do I view a sql trace file?
what is a cursor
What is not equal in sql?
What does over partition by mean in sql?
Why do we use view in sql?
What is group function in sql?
Suppose I have to create a view on a table, that is not yet been created by DBA. I khow the table structure. Is it possible to create the view before DBA creates this table? If yes then how? Is it possible to create synonym in this way?
What is normalisation in sql?
What are the different types of triggers?