Answer Posted / guest
Table contains all the row. View doesn't contain any data
but rather an SQL statement that is executed every time the
View is accessed. It provided row level security for
accessing information.
The downside is lost performance as compared to a Table
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
Is the syntax correct? Explain the meaning of the syntax given below: $dbc = mysqli_connect('data.aliensabductedme.com', 'owen', 'aliensrool', 'aliendatabase');
What is mysql url?
How to escape special characters in sql statements?
How many mysql connections can handle?
What is difference between function and procedure in mysql?
How do you concatenate strings in mysql?
What is longblob?
What is mysqli_num?
Consider you have a composite index of three columns. Now, you have to provide the value of two columns in the where clause of a select query. Do you think index can be used for the operation?
What is use command in mysql?
What is dirty read and phantom read?
What is mysql connector used for?
How do I run mysql on a mac?
How to dump one database for backup.
How do you create a schema?