Question

In: Computer Science

my sql

my sql

Solutions

Expert Solution

MySQL is a free and open source relational database technology that has relations in between the tables to make the applications that are compliance with it.

MySQL supports different kind of relationship in between the table and also supports the transaction management so it's no doubt in saying that it's best database for your application.

It was written in C & C++ and was developed by Oracle Corporation.

There are many persons by now from the MySQL and you can interact with the MySQL either with the command line or some graphical tools as well.


What's the need of MySQL?

Well, all the application have certain entities in it such as if I take an example of a Bank website then there are many entities in it such as customer, clerk, loan_taker, insurance etc and all having some relationships in between them because when you get the data then it will not come from a single table instead it will come from a multiple tables.

I assume that you want only a high level knowledge of it.

So that was about MySQL.

It uses the SQL language to interact with the MySQL shell.

There are many statements as well to fetch records from the table.

For example, if I want to fetch the students whose name is "John" then I write this query to get them.

SELECT * FROM STUDENTS WHERE FIRSTNAME="John";

This will give me the result of all the students whose first name is John


Related Solutions

My SQL Data Model Delta Airlines wants to track certain information about its fleet of planes....
My SQL Data Model Delta Airlines wants to track certain information about its fleet of planes. Delta’s planes go in for servicing and checks every 6 months. These checks are conducted by trained maintenance engineers. During this process there can be one or several issues related to the plane that are identified and noted. Delta wants to track information about the planes, the issues identified with the plane and the maintenance engineer who has identified these issues. Engineers may identify...
What is an SQL? Is SQL a standard? Explain. 1B- What are the two categories of...
What is an SQL? Is SQL a standard? Explain. 1B- What are the two categories of SQL statements. Give examples for each category. 2- Consider the logical schema below: PET_OWNER(OWNER_ID [N, 18], FIRST_NAME [A, 250], LAST_NAME [A, 250], PHONE [A, 50], EMAIL [A, 250]) PET(PET_ID [N, 18], PET_NAME [N, 18], PET_TYPE [A, 20], BREED [A, 50], DOB [D, 10], OWNER_ID [N, 18]) A- Write an SQL statement to create a database named PET_OWNER_DB B- Write SQL statements to create PET_OWNER...
PL/SQL Write a PL/SQL block, using a While Loop, to calculate and print the sum of...
PL/SQL Write a PL/SQL block, using a While Loop, to calculate and print the sum of the odd integers from 10 to 120 inclusive. (Hint: 11 + 13 + 15 + . . . + 97 + 99)
Which of the following is a database client software? Microsoft SQL Server 2017 Developer Microsoft SQL...
Which of the following is a database client software? Microsoft SQL Server 2017 Developer Microsoft SQL Server Management Studio Microsoft SQL Server Configuration Manager SQL Server Analysis Service Compared to Data Warehousing approach, the following are disadvantages of query-driven data integration approach, EXCEPT: __________. competition with local processing at source delay in query processing waste of storage space inefficient and potentially expensive for frequent queries What does OLAP stand for? Olympic Linear Algebra Problem On-Line Amazon Platform On-Line Analytical Processing...
Basic SQL Use the following schema to answer the queries below using SQL DEVICE [dno, dtype,...
Basic SQL Use the following schema to answer the queries below using SQL DEVICE [dno, dtype, price] PROVIDER [pno, pname, web] SERVICE [dno, pno, servicedate] SERVICE.dno references DEVICE.dno SERVICE.pno references PROVIDER.pno bold is underline. a) Find the dno for the most expensive device b) Find all providers that have the work fast in the name c) Find the number of different device types (dtype) d) Give all details of devices with price more than $400
Need SQL Tables Final Project should be included ER, NER, Table diagrams and SQL statements. The...
Need SQL Tables Final Project should be included ER, NER, Table diagrams and SQL statements. The final project is about developing an auction Web site. The details are as follows: BA is an online auction Web site. People can buy and sell items in this Web site. Buyers are people who like to buy items, and sellers are people who like to sell items. •Each seller can sell items. •Each item has a bidding start time, an end time, and...
Q1)Write the syntax SQL DCL “GRANT” and and REVOKE Commands? Q2 ) Write SQL DCL Commands?...
Q1)Write the syntax SQL DCL “GRANT” and and REVOKE Commands? Q2 ) Write SQL DCL Commands? i. To give the user Ahmad permission to view and modify records in the table Employee. ii. To revoke the permission to view and modify the records in the table Employee.
PL/SQL Write a PL/SQL block, using a Case Statement that prints a student’s letter     grade...
PL/SQL Write a PL/SQL block, using a Case Statement that prints a student’s letter     grade based on the value stored in a variable called grade. Use the ACC      grading system described in the course syllabus to create the block and set     the initial value of grade as 95. Use only one print statement and no      logical operators in your code. Assume a grade can exceed 100, but it      can’t be negative. Grade Scale: Grade Scale:...
Using your downloaded DBMS (MS SQL Server or MySQL), write SQL queries that inserts at least...
Using your downloaded DBMS (MS SQL Server or MySQL), write SQL queries that inserts at least three rows in each table. For the On-Demand Streaming System, First, insert information for multiple users, at least three video items and insert the three different types of subscriptions (Basic, Advanced, Unlimited) into the database. Then insert at least three user subscriptions. Execute the queries and make sure they run correctly
DBMS Create/Insert/Update SQL I need the create, insert, and update SQL statement for this table as...
DBMS Create/Insert/Update SQL I need the create, insert, and update SQL statement for this table as if it were being added to MySQL (please give explanations for each line of SQL code and a copy of the code as it would be entered into the query by itself: Customer PK Customer ID Text Phone Number int name text address ID int email text FK vendor ID int Vendor is the name of the table the FK comes from.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT