mysql

DML MySQL Basic Select – Query Writing

DML MySQL Basic Select - Query Writing

1. Write a query to display the entire contents of the ‘electricity_connection_type’.Display the records in ascending order based on their connection name. select * from electricity_connection_type order by connection_name 2. Write a query to display the entire contents of the…

MCQs MySQL ER Diagram 200+

MCQs MySQL ER Diagram 200+

1. A single set of related data values is referred to as data record table database Ans: record 2. A relational database consists of a collection of tables fields records keys Ans: tables 3. A ________ in a table represents…