Mysql your visual blueprint for creating open source databases- P2
Thông tin tài liệu:
Nội dung trích xuất từ tài liệu:
Mysql your visual blueprint for creating open source databases- P2 INTRODUCING MYSQL 1SHOW TABLES DELETE The SHOW TABLES command displays a list of The DELETE command deletes one or more rows tables available in the currently selected database. of data within an existing table. The WHERE clause You can use this command when you are unsure of should be used to specify the rows that will be the exact name of a table within the database. deleted. Use this command with care: If you omit the WHERE clause, all rows of data within the table Example: are deleted. See Chapter 4 for further information SHOW TABLES; about the DELETE command. Example: DELETE FROM address WHERE name = John Smith;INSERT The INSERT command inserts a new row of data SELECT into an existing table within the currently selected database. You can specify a list of fields in the INSERT command along with values for each field. The SELECT command retrieves one or more rows The INSERT command is described in detail in from a database. You can specify the columns to be Chapter 4. returned or use the wildcard * to return values for all columns in the order they appear in the table Example: definition. You can use a WHERE clause to specify INSERT INTO address(name, address, phone) one or more conditions that rows must match in VALUES (John Smith,321 Elm Street, order to be returned. If you do not use a WHERE 804-555-1234); clause, the specified columns from all of the rows in the database are returned. Example:UPDATE SELECT name, address, phone FROM address WHERE name like %Smith; The UPDATE command alters one or more existing rows of data within a table. The WHERE keyword can be used with this command to specify one or more rows to alter. The command specifies new values for one or more of the fields within each row. These values can be based on existing fields or constant values specified within the command. If you do not specify a WHERE clause, this command will update all of the rows in the table. While you will sometimes want to update all of the rows, using UPDATE without a WHERE clause can cause loss of data if you are not careful. Update queries are described in detail in Chapter 5. Example: UPDATE address SET phone = 801-555-1234 WHERE name = John Smith; 7 MySQLDOWNLOAD MYSQL The download for Red Hat Linux and other versions thatB efore you can use MySQL, you need a working MySQL server. If you do not already have access to support RPM packages is also simple. MySQL is divided one, you can download the MySQL software from into several packages for its different components: serverthe MySQL Web site, www.mysql.com/, and install it on a software, client software, shared libraries, developmentcomputer running UNIX, Windows, or another supported files, and benchmarking utilities. You can install these usingoperating system. MySQL is freely available for non- the rpm command.commercial use. If you have a different version of Linux or UNIX, the nextTo access the downloadable files, click the Download link alternative is to download the binary distribution. These arefrom the MySQL Web site and then click the link for the stored as tar.gz files, one for each of the five components.version of MySQL to install. At this writing, the current The installation process for these is slightly more complex,stable release is MySQL 3.23. Under this sites Download but easier than install ...
Tìm kiếm theo từ khóa liên quan:
giáo trình cơ sở dữ liệu quản trị cơ sở dữ liệu MySQL cơ bản bảo mật cơ sở dữ liệu giáo trình sql cơ bảnTài liệu cùng danh mục:
-
62 trang 388 3 0
-
Đề thi kết thúc học phần học kì 2 môn Cơ sở dữ liệu năm 2019-2020 có đáp án - Trường ĐH Đồng Tháp
5 trang 371 6 0 -
Bài giảng Phân tích thiết kế hệ thống thông tin: Chương 3 - Hệ điều hành Windowns XP
39 trang 318 0 0 -
Phương pháp truyền dữ liệu giữa hai điện thoại thông minh qua môi trường ánh sáng nhìn thấy
6 trang 307 0 0 -
Đề cương chi tiết học phần Cấu trúc dữ liệu và giải thuật (Data structures and algorithms)
10 trang 299 0 0 -
Đáp án đề thi học kỳ 2 môn cơ sở dữ liệu
3 trang 288 1 0 -
Giáo trình Cơ sở dữ liệu: Phần 2 - TS. Nguyễn Hoàng Sơn
158 trang 279 0 0 -
PHÂN TÍCH THIẾT KẾ HỆ THỐNG XÂY DỰNG HỆ THỐNG ĐẶT VÉ TÀU ONLINE
43 trang 276 2 0 -
Phân tích thiết kế hệ thống - Biểu đồ trạng thái
20 trang 265 0 0 -
Một số vấn đề về chuyển đổi số và ứng dụng trong doanh nghiệp
11 trang 247 0 0
Tài liệu mới:
-
107 trang 0 0 0
-
108 trang 0 0 0
-
Phát triển phần mềm giám sát và điều khiển cho xe tự hành AGV
7 trang 0 0 0 -
Đề tập huấn thi THPT Quốc gia môn GDCD năm 2018 - Sở GD&ĐT Bắc Ninh - Mã đề 421
5 trang 0 0 0 -
Đề tập huấn thi THPT Quốc gia môn tiếng Anh năm 2019 - Sở GD&ĐT Bắc Ninh - Mã đề 322
4 trang 0 0 0 -
Đề tập huấn thi THPT Quốc gia môn tiếng Anh năm 2019 - Sở GD&ĐT Bắc Ninh - Mã đề 315
4 trang 0 0 0 -
Đề tập huấn thi THPT Quốc gia môn tiếng Anh năm 2019 - Sở GD&ĐT Bắc Ninh - Mã đề 302
4 trang 0 0 0 -
Đề thi học kì 1 môn Ngữ văn lớp 6 năm 2021-2022 có đáp án - Trường THCS Thượng Thanh
4 trang 0 0 0 -
Đề thi giữa học kì 1 môn Toán lớp 11 năm 2022-2023 - Trường THPT Nguyễn Hữu Huân
3 trang 0 0 0 -
Bài giảng Động lực học công trình - Trường Đại học Kỹ thuật Công nghiệp
123 trang 3 0 0